Home

Traffic Server Software Developers Kit

INKTransformOutputVConnGet

Retrieves the downstream (output) vconnection for a transformation.

Prototype

INKVConn INKTransformOutputVConnGet (INKVConn connp)

Description

Retrieves the output vconnection for the transformation connp. The output vconnection may be NULL if INKTransformOutputVConnGet is called before the write operation is initiated on connp. This is normally not an issue, however, since a transformation would not want to output data until it has data input into it.

Returns

The downstream vconnection for the transformation.

INK_ERROR_PTR if there is an error.