Daniel Vitor Morilha created TS-3096:
----------------------------------------
Summary: After TS-2751 TSVConnClosedGet changed its behaviour
Key: TS-3096
URL: https://issues.apache.org/jira/browse/TS-3096
Project: Traffic Server
Issue Type: Bug
Components: TS API
Reporter: Daniel Vitor Morilha
One of our plug-ins initiates a background connection to an origin by using
TSHttpConnect API.
While handling the continuation events (WRITE, READ) the plug-in checks if the
vconnection is still open by calling TSVConnClosedGet(vconnection).
ATS recently changed the behavior. Now TSVConnClosedGet(vconnections) returns a
value different than 0 before any data can be retrieved.
If the call to TSVConnClosedGet is ignored the plug-in successfully writes the
request and receives the response.
By investigation our different Traffic Server versions the described change
seems to be related with TS-2751.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)