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

Method get_server_protocol_description

plugins/traffic_dump/session_data.cc:300–308  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

298}
299
300std::string
301SessionData::get_server_protocol_description(TSHttpTxn server_txnp)
302{
303 return get_protocol_stack_helper(
304 [&server_txnp](int n, const char **result, int *actual) {
305 return TSHttpTxnServerProtocolStackGet(server_txnp, n, result, actual);
306 },
307 [&server_txnp]() { return get_server_tls_description(server_txnp); }, [](std::string_view /* http_version ATS_UNUSED */) {});
308}
309
310SessionData::SessionData()
311{

Callers 1

Calls 2

Tested by

no test coverage detected