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

Function TSHttpSsnClientProtocolStackContains

src/api/InkAPI.cc:8748–8754  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8746}
8747
8748const char *
8749TSHttpSsnClientProtocolStackContains(TSHttpSsn ssnp, const char *tag)
8750{
8751 sdk_assert(sdk_sanity_check_http_ssn(ssnp) == TS_SUCCESS);
8752 ProxySession *cs = reinterpret_cast<ProxySession *>(ssnp);
8753 return cs->protocol_contains(std::string_view{tag});
8754}
8755
8756const char *
8757TSHttpTxnServerProtocolStackContains(TSHttpTxn txnp, const char *tag)

Callers 2

handle_ssn_closeFunction · 0.85
protocol_containsMethod · 0.85

Calls 2

protocol_containsMethod · 0.45

Tested by 1

handle_ssn_closeFunction · 0.68