[
https://issues.apache.org/jira/browse/TS-4259?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15181987#comment-15181987
]
Alan M. Carroll commented on TS-4259:
-------------------------------------
GitHub user SolidWallOfCode opened a pull request:
https://github.com/apache/trafficserver/pull/514
TS-4259: Only null out ua_session if it was in the tunnel when the tunnel
collapsed
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/SolidWallOfCode/trafficserver ts-4259
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/trafficserver/pull/514.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #514
----
commit 969e75ccf71bfe59a22704cf99920544bbdebbf5
Author: Alan M. Carroll <[email protected]>
Date: 2016-03-06T03:54:38Z
TS-4259: Only null out ua_session if it was in the tunnel when the tunnel
collapsed.
----
> ua_session should not be NULL'd out if not closed
> -------------------------------------------------
>
> Key: TS-4259
> URL: https://issues.apache.org/jira/browse/TS-4259
> Project: Traffic Server
> Issue Type: Bug
> Reporter: Alan M. Carroll
>
> In {{HttpSM::tunnel_handler_server}} the tunnel may get shut down due to an
> issue with the server by calling {{HttpTunnel::chain_abort_all}}. The code
> presumes this will close {{ua_session}} because it is in the tunnel but it
> has been observed this is not always true. Therefore the tunnel state of
> {{ua_entry}} which corresponds to {{ua_session}} should be checked.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)