Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion proxy/http/Http1ClientTransaction.cc
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Http1ClientTransaction::release()
// Turn off reading until we are done with the SM
// At that point the transaction/session with either be closed
// or be put into keep alive state to wait from the next transaction
this->do_io_read(this, 0, nullptr);
this->do_io_read(this->_sm, 0, nullptr);
_proxy_ssn->clear_session_active();
}

Expand Down