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

Method disableProtocol

src/iocore/net/ALPNSupport.cc:127–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125}
126
127void
128ALPNSupport::disableProtocol(int idx)
129{
130 this->protoenabled.markOut(idx);
131 // Update the npn string
132 if (npnSet) {
133 npnSet->create_npn_advertisement(protoenabled, &npn, &npnsz);
134 }
135}
136
137void
138ALPNSupport::enableProtocol(int idx)

Callers 2

SNIActionMethod · 0.80
TSVConnProtocolDisableFunction · 0.80

Calls 2

markOutMethod · 0.80

Tested by

no test coverage detected