We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d6a0a6 commit fc703a6Copy full SHA for fc703a6
1 file changed
proxy/http/Http1ClientTransaction.cc
@@ -28,6 +28,10 @@
28
void
29
Http1ClientTransaction::release()
30
{
31
+ // Turn off reading until we are done with the SM
32
+ // At that point the transaction/session with either be closed
33
+ // or be put into keep alive state to wait from the next transaction
34
+ this->do_io_read(this, 0, nullptr);
35
_proxy_ssn->clear_session_active();
36
}
37
0 commit comments