src/httprpc.cpp InterruptHTTPRPC



Summary:

Ali is currently working on his own application based on Bitcoin Core's HTTP RPC server. While examining the source code of src/httprpc.cpp, he notices that the InterruptHTTPRPC function just calls LogPrint() without any other action. He wonders if this function is a stub or if it supports interrupting the event loop at present.


Updated on: 2023-06-15T01:05:32.091425+00:00