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

Method release_outbound_connection_tracking

include/proxy/PoolableSession.h:221–229  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

219}
220
221inline void
222PoolableSession::release_outbound_connection_tracking()
223{
224 // Update upstream connection tracking data if present.
225 if (conn_track_group) {
226 conn_track_group->release();
227 conn_track_group.reset();
228 }
229}
230
231inline void
232PoolableSession::attach_hostname(const char *hostname)

Callers 2

do_io_closeMethod · 0.80
destroyMethod · 0.80

Calls 2

releaseMethod · 0.45
resetMethod · 0.45

Tested by

no test coverage detected