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

Method hasQUIC

src/records/RecHttp.cc:241–251  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

239}
240
241bool
242HttpProxyPort::hasQUIC(Group const &ports)
243{
244 bool zret = false;
245 for (int i = 0, n = ports.size(); i < n && !zret; ++i) {
246 if (ports[i].isQUIC()) {
247 zret = true;
248 }
249 }
250 return zret;
251}
252
253const HttpProxyPort *
254HttpProxyPort::findHttp(Group const &ports, uint16_t family)

Callers

nothing calls this directly

Calls 2

isQUICMethod · 0.80
sizeMethod · 0.45

Tested by

no test coverage detected