Skip to content

Commit b85d9fd

Browse files
authored
Fix race condition on server session state (#7921)
1 parent 826a575 commit b85d9fd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

proxy/http/Http1ServerSession.cc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,8 +228,6 @@ Http1ServerSession ::release_transaction()
228228
// The session was successfully put into the session
229229
// manager and it will manage it
230230
// (Note: should never get HSM_NOT_FOUND here)
231-
// Set our state to KA for stat issues
232-
state = KA_POOLED;
233231
ink_assert(r == HSM_DONE);
234232
// If the session got picked up immediately by another thread the transact_count could be greater
235233
ink_release_assert(transact_count >= released_transactions);

0 commit comments

Comments
 (0)