GitHub user yatsukhnenko opened a pull request: https://github.com/apache/trafficserver/pull/700
TS-4488: fix Segmentation fault at HttpSM::tunnel_handler_ua Returning to [PR](https://github.com/apache/trafficserver/pull/674). It seems I found how to reproduce this bug. It happens when transformation is used (for example from null transform plugin) and client terminates connection before the transformation consumes all data from upstream vconnection. You can merge this pull request into a Git repository by running: $ git pull https://github.com/yatsukhnenko/trafficserver TS-4488 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/trafficserver/pull/700.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 #700 ---- commit d8ff431fae24ab8554c96231b301699cb3740b50 Author: Pavlo Yatsukhnenko <yatsukhne...@gmail.com> Date: 2016-06-10T13:59:02Z TS-4488: fix Segmentation fault at HttpSM::tunnel_handler_ua ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---