Author: Jeremy 2021-08-12 18:09:19
Published on: 2021-08-12T18:09:19+00:00
A developer has posted a question on the Bitcoin Core mailing list, inquiring about the functionality of the InterruptHTTPRPC function in src/httprpc.cpp. The developer is using Bitcoin Core's HTTP RPC server as the basis for their own application and noticed that the function only calls LogPrint() without doing anything else. They are curious if this method is just a stub or if the HTTP RPC server supports interrupting the event loop at this time. Another user suggested that the developer open an issue on Github to get a more detailed response.
Updated on: 2023-06-15T01:05:26.941451+00:00