shinrich commented on a change in pull request #7622:
URL: https://github.com/apache/trafficserver/pull/7622#discussion_r602377433
##########
File path: proxy/PoolableSession.h
##########
@@ -72,16 +73,29 @@ class PoolableSession : public ProxySession
TSServerSessionSharingMatchMask sharing_match =
TS_SERVER_SESSION_SHARING_MATCH_MASK_NONE;
TSServerSessionSharingPoolType sharing_pool =
TS_SERVER_SESSION_SHARING_POOL_GLOBAL;
- // Keep track of connection limiting and a pointer to the
- // singleton that keeps track of the connection counts.
- OutboundConnTrack::Group *conn_track_group = nullptr;
+ void enable_outbound_connection_tracking(OutboundConnTrack::Group *group);
+ void release_outbound_comnection_tracking();
Review comment:
Oops! I blame my dying keyboard :-)
--
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]