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

Function get_client_tls_description

plugins/traffic_dump/session_data.cc:130–135  ·  view source on GitHub ↗

Create a client-side TLS characteristics node. * * @param[in] ssnp The pointer for this session. * * @return The node describing the TLS properties of this session. */

Source from the content-addressed store, hash-verified

128 * @return The node describing the TLS properties of this session.
129 */
130std::string
131get_client_tls_description(TSHttpSsn ssnp)
132{
133 TSVConn client_ssn_vc = TSHttpSsnClientVConnGet(ssnp);
134 return get_tls_description_helper(client_ssn_vc);
135}
136
137/** Create a server-side TLS characteristics node.
138 *

Callers 1

Calls 2

TSHttpSsnClientVConnGetFunction · 0.85

Tested by

no test coverage detected