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: 0 additions & 2 deletions proxy/http/Http1ServerSession.cc
Original file line number Diff line number Diff line change
Expand Up @@ -228,8 +228,6 @@ Http1ServerSession ::release_transaction()
// The session was successfully put into the session
// manager and it will manage it
// (Note: should never get HSM_NOT_FOUND here)
// Set our state to KA for stat issues
state = KA_POOLED;
ink_assert(r == HSM_DONE);
// If the session got picked up immediately by another thread the transact_count could be greater
ink_release_assert(transact_count >= released_transactions);
Expand Down