Github user sudheerv commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/249#discussion_r34510052 --- Diff: proxy/http/HttpSM.cc --- @@ -6560,6 +6559,12 @@ HttpSM::kill_this() reentrancy_count--; ink_release_assert(reentrancy_count == 0); + // Delay the close of the user agent session, so the close session + // occurs after the close transaction + if (ua_session != NULL) --- End diff -- Unless I'm missing something, this seems like it might break (close) keep alive sessions?
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---