Loading src/httpd.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -560,7 +560,7 @@ bool libhttppp::HttpEvent::_dispatchH2Stream(HttpRequest &cureq, // incremented forever if the connection is legitimately reaped // right after this task finishes. struct PendingOpGuard { netplus::con::ConSlot *slot; netplus::ConSlot *slot; ~PendingOpGuard() { slot->PendingOps.fetch_sub(1, std::memory_order_relaxed); } } pendingGuard{&connOwner->slots[0]}; Loading Loading
src/httpd.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -560,7 +560,7 @@ bool libhttppp::HttpEvent::_dispatchH2Stream(HttpRequest &cureq, // incremented forever if the connection is legitimately reaped // right after this task finishes. struct PendingOpGuard { netplus::con::ConSlot *slot; netplus::ConSlot *slot; ~PendingOpGuard() { slot->PendingOps.fetch_sub(1, std::memory_order_relaxed); } } pendingGuard{&connOwner->slots[0]}; Loading