We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 826a575 commit b85d9fdCopy full SHA for b85d9fd
proxy/http/Http1ServerSession.cc
@@ -228,8 +228,6 @@ Http1ServerSession ::release_transaction()
228
// The session was successfully put into the session
229
// manager and it will manage it
230
// (Note: should never get HSM_NOT_FOUND here)
231
- // Set our state to KA for stat issues
232
- state = KA_POOLED;
233
ink_assert(r == HSM_DONE);
234
// If the session got picked up immediately by another thread the transact_count could be greater
235
ink_release_assert(transact_count >= released_transactions);
0 commit comments