Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitcoinxt/bitcoinxt
/ InterruptHTTPServer
Function
InterruptHTTPServer
src/httpserver.cpp:414–421 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
412
}
413
414
void InterruptHTTPServer()
415
{
416
LogPrint(
"http"
,
"Interrupting HTTP server\n"
);
417
if (eventBase)
418
event_base_loopbreak(eventBase);
419
if (workQueue)
420
workQueue->Interrupt();
421
}
422
423
void StopHTTPServer()
424
{
Callers
1
Interrupt
Function · 0.85
Calls
1
Interrupt
Method · 0.80
Tested by
no test coverage detected