MCPcopy Create free account
hub / github.com/apache/trafficserver / enable_outbound_connection_tracking

Method enable_outbound_connection_tracking

include/proxy/PoolableSession.h:214–219  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

212}
213
214inline void
215PoolableSession::enable_outbound_connection_tracking(std::shared_ptr<ConnectionTracker::Group> group)
216{
217 ink_assert(nullptr == conn_track_group);
218 conn_track_group = std::move(group);
219}
220
221inline void
222PoolableSession::release_outbound_connection_tracking()

Callers 1

create_server_sessionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected