TSVConn
traffic Server APIs to get TSVConn from TSHttpSsn object
- Provided by: trafficserver-dev (Version: 8.0.5+ds-3)
- Source: trafficserver
- Report a bug
traffic Server APIs to get TSVConn from TSHttpSsn object
#include <ts/ts.h>
These APIs allow the developer to get the NetVconnection (represented by TSVConn) from the Http session (TSHttpSsn) object.
TSHttpSsnClientVConnGet() returns the TSVConn associated with the client side TSHttpSsn object. TSHttpSsnServerVConnGet() returns the same associated with the server side TSHttpSsn.
2020, dev@trafficserver.apache.org