MCPcopy Create free account
hub / github.com/LUX-Core/lux / setConnClosed

Method setConnClosed

src/httpserver.cpp:592–596  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

590}
591
592void HTTPRequest::setConnClosed() {
593 std::lock_guard<std::mutex> lock(cs);
594 connClosed = true;
595 closeCv.notify_all();
596}
597
598bool HTTPRequest::isConnClosed() {
599 std::lock_guard<std::mutex> lock(cs);

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected