Fixed in the PR
Syeda Persia Aziz
Software DeveloperYahoo! Inc.Champaign, Illinois
On Thursday, November 2, 2017, 12:04:41 PM CDT, Bryan Call
<[email protected]> wrote:
The APIs should match the existing naming convention and be called
TSHttpSsnClientVConnGet and TSHttpSsnServerVConnGet.
-Bryan
> On Nov 2, 2017, at 9:30 AM, Persia Aziz <[email protected]> wrote:
>
>
>
> Traffic Server APIs to get TSVConn from TSHttpSsn object
>
> Synopsis
> ========
>
> `#include <ts/ts.h>`
>
> .. function:: TSVConn TSClientVConnGet(TSHttpSsn ssnp)
> .. function:: TSVConn TSServerVConnGet(TSHttpSsn ssnp)
>
> Description
> ===========
>
> These APIs allow the developer to get the NetVconnection (represented by
> TSVConn) from the Http session (TSHttpSsn) object.
>
> :func:`TSClientVConnGet` returns the TSVConn associated with the client side
> TSHttpSsn object.
> :func:`TSServerVConnGet` returns the same associated with the server side
> TSHttpSsn.
>
> Git PR:API for retrieving TSVConn from TSHttpSsn by persiaAziz · Pull Request
> #2740 · apache/trafficserver
>
>
> |
> |
> |
> | | |
>
> |
>
> |
> |
> | |
> API for retrieving TSVConn from TSHttpSsn by persiaAziz · Pull Request #...
>
> trafficserver - Mirror of Apache Traffic Server
> |
>
> |
>
> |
>
>
>
>
> Syeda Persia Aziz
> Software DeveloperYahoo! Inc.Champaign, Illinois