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

Method enableProtocols

src/iocore/net/SSLNextProtocolAccept.cc:179–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

177}
178
179void
180SSLNextProtocolAccept::enableProtocols(const SessionProtocolSet &protos)
181{
182 this->protoenabled = protos;
183}
184
185SSLNextProtocolAccept::SSLNextProtocolAccept(Continuation *ep, bool transparent_passthrough, bool allow_plain)
186 : SessionAccept(nullptr),

Callers 1

MakeHttpProxyAcceptorFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected