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

Function get_server_tls_description

plugins/traffic_dump/session_data.cc:143–148  ·  view source on GitHub ↗

Create a server-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

141 * @return The node describing the TLS properties of this session.
142 */
143std::string
144get_server_tls_description(TSHttpTxn txnp)
145{
146 TSVConn server_ssn_vc = TSHttpTxnServerVConnGet(txnp);
147 return get_tls_description_helper(server_ssn_vc);
148}
149} // namespace
150
151namespace traffic_dump

Callers 1

Calls 2

TSHttpTxnServerVConnGetFunction · 0.85

Tested by

no test coverage detected