GitHub user shinrich opened a pull request: https://github.com/apache/trafficserver/pull/249
TS-1007: SSLN Close called before TXN Close I'd appreciate a review on this. I feel pretty comfortable with the change in HttpSM.cc to delay the session close until after the transaction has a chance to close. I also rearranged things in SpdyClientSession to better follow the ProxyClientSession framework so the session start hook gets called and not just the session close hook. I feel less sure about those changes, so I would appreciate comments from the SPDY experts out there. You can merge this pull request into a Git repository by running: $ git pull https://github.com/shinrich/trafficserver ts-1007 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/trafficserver/pull/249.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 #249 ---- commit b4aea1685d39b03b03bcd95731c65bb7fe71bbc4 Author: shinrich <shinr...@yahoo-inc.com> Date: 2015-07-13T16:09:37Z TS-1007: SSLN Close called before TXN Close ---- --- 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. ---