Commit 53e1cef2 authored by jan.koester's avatar jan.koester
Browse files

compile fix

parent 5f307011
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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]};