GitHub user sudheerv opened a pull request: https://github.com/apache/trafficserver/pull/237
[TS-3714]: Summary of changes below: a) Issue a SSL_read right after SSL handshake to ensure data already in the SSL buffers is not lost. b) Add vc to net thread's read_ready_list immediately after accept, to ensure data already in the socket buffers is not lost. c) Add a timer for SSL handshake with default to no timer (as today). d) Fix a bunch of error cases to correctly release resources. You can merge this pull request into a Git repository by running: $ git pull https://github.com/apache/trafficserver ts3714 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/trafficserver/pull/237.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 #237 ---- commit 8525ab9b69fd41072b3107d2512cc43eb4917738 Author: Sudheer Vinukonda <sudhe...@yahoo-inc.com> Date: 2015-06-30T00:07:24Z [TS-3714]: Summary of changes below: a) Issue a SSL_read right after SSL handshake to ensure data already in the SSL buffers is not lost. b) Add vc to net thread's read_ready_list immediately after accept, to ensure data already in the socket buffers is not lost. c) Add a timer for SSL handshake with default to no timer (as today). d) Fix a bunch of error cases to correctly release resources. ---- --- 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. ---