bneradt opened a new pull request, #11220: URL: https://github.com/apache/trafficserver/pull/11220
The proxy.process.http.current_parent_proxy_connections and proxy.process.http.total_parent_proxy_connections stats are each incremented in create_server_txn, which is a fine place to increment them, but this assumes that each server transaction is associated with a single origin connection. This is not the case when sessions are reused. This fixes the counting by only incrementing these stats for the very first transaction in the session. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
