maskit opened a new pull request #6729: URL: https://github.com/apache/trafficserver/pull/6729
`current_active_client_connections` was not decremented when a connection is closed with graceful shutdown (GOAWAY frame with stream ID 2^31-1). This bug was perhaps introduced by #4936 since `clear_session_active` was originally always called regardless of graceful shutdown. This fix would fix a part of #6671 but maybe not completely. There's no fix for *leak* on this PR. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
