traeak commented on code in PR #10996:
URL: https://github.com/apache/trafficserver/pull/10996#discussion_r1462586206
##########
src/proxy/http/HttpSessionManager.cc:
##########
@@ -491,6 +494,11 @@ HttpSessionManager::_acquire_session(sockaddr const *ip,
CryptoHash const &hostn
}
}
}
+
+ if (acquired) {
+ Metrics::Gauge::decrement(http_rsb.pooled_server_connections);
Review Comment:
also note i removed the the check for when a session is removed from the
pool. It could instead be an assert because a session is required to be in
both the fqdn and ip hash maps.
--
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]