Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ isQUIC
Method
isQUIC
include/records/RecHttp.h:466–470 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
464
return TRANSPORT_SSL == m_type;
465
}
466
inline bool
467
HttpProxyPort::isQUIC() const
468
{
469
return TRANSPORT_QUIC == m_type;
470
}
471
inline bool
472
HttpProxyPort::isPlugin() const
473
{
Callers
5
processOptions
Method · 0.95
print
Method · 0.95
hasQUIC
Method · 0.80
MakeHttpProxyAcceptor
Function · 0.80
start_HttpProxyServer
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected