We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cc4493 commit 05bc1bfCopy full SHA for 05bc1bf
proxy/http2/Http2Stream.cc
@@ -485,7 +485,6 @@ Http2Stream::terminate_if_possible()
485
486
Http2ClientSession *h2_proxy_ssn = static_cast<Http2ClientSession *>(this->_proxy_ssn);
487
SCOPED_MUTEX_LOCK(lock, h2_proxy_ssn->connection_state.mutex, this_ethread());
488
- this->~Http2Stream();
489
THREAD_FREE(this, http2StreamAllocator, this_ethread());
490
}
491
0 commit comments