diff --git a/proxy/http/Http1ServerSession.cc b/proxy/http/Http1ServerSession.cc index 764cd810a14..bcd09acb509 100644 --- a/proxy/http/Http1ServerSession.cc +++ b/proxy/http/Http1ServerSession.cc @@ -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);