Home

Traffic Server Software Developers Kit

INKVConnClose

Closes a vconnection.

Prototype

INKReturnCode INKVConnClose (INKVConn connp)

Description

Closes the vconnection connp. The vconnection will be deallocated at some point in the near future, after INKVConnClose is called. After calling INKVConnClose, a user will not receive any more events from connp.

Returns

INK_SUCCESS if the connection is successfully closed.

INK_ERROR if an error occurs.