We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 722e517 commit f559a6bCopy full SHA for f559a6b
1 file changed
proxy/http/Http1ServerSession.cc
@@ -207,7 +207,6 @@ Http1ServerSession ::release_transaction()
207
HTTP_INCREMENT_DYN_STAT(http_origin_close_private);
208
}
209
this->do_io_close();
210
- ink_release_assert(transact_count == released_transactions);
211
} else if (state == SSN_TO_RELEASE) {
212
_vc->control_flags.set_flags(0);
213
0 commit comments