Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ hasSSL
Method
hasSSL
src/records/RecHttp.cc:235–239 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
233
}
234
235
bool
236
HttpProxyPort::hasSSL(Group const &ports)
237
{
238
return std::any_of(ports.begin(), ports.end(), [](HttpProxyPort const &port) { return port.isSSL(); });
239
}
240
241
bool
242
HttpProxyPort::hasQUIC(Group const &ports)
Callers
nothing calls this directly
Calls
3
isSSL
Method · 0.80
begin
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected