PATCH: Fix TSVConn{Read,Write}VIOGet in UnixNetVConnection.
-----------------------------------------------------------
Key: TS-1044
URL: https://issues.apache.org/jira/browse/TS-1044
Project: Traffic Server
Issue Type: Bug
Components: Core
Reporter: James Peach
UnixNetVConnection does not actually implement the virtual interface necessary
to support the TSVConn{Read,Write}VIOGet() APIs. Even worse, the API layer
assumes that this can't fail and proceeds to return a pointer to stack junk.
This patch implements TSVConn{Read,Write}VIOGet() for UnixNetVConnection and
allows the API to return NULL.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira