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

Method registerEndpoint

src/proxy/ProtocolProbeSessionAccept.cc:224–229  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

222}
223
224void
225ProtocolProbeSessionAccept::registerEndpoint(ProtoGroupKey key, SessionAccept *ap)
226{
227 ink_release_assert(endpoint[key] == nullptr);
228 this->endpoint[key] = ap;
229}

Callers 2

ssl_register_protocolFunction · 0.45
MakeHttpProxyAcceptorFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected