Skip to content

Commit f559a6b

Browse files
authored
Fix use after free (#8022)
1 parent 722e517 commit f559a6b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

proxy/http/Http1ServerSession.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,6 @@ Http1ServerSession ::release_transaction()
207207
HTTP_INCREMENT_DYN_STAT(http_origin_close_private);
208208
}
209209
this->do_io_close();
210-
ink_release_assert(transact_count == released_transactions);
211210
} else if (state == SSN_TO_RELEASE) {
212211
_vc->control_flags.set_flags(0);
213212

0 commit comments

Comments
 (0)