[ https://issues.apache.org/jira/browse/TS-5108?focusedWorklogId=34656&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-34656 ]
ASF GitHub Bot logged work on TS-5108: -------------------------------------- Author: ASF GitHub Bot Created on: 04/Jan/17 15:19 Start Date: 04/Jan/17 15:19 Worklog Time Spent: 10m Work Description: GitHub user keesspoelstra opened a pull request: https://github.com/apache/trafficserver/pull/1300 TS-5108-SSL requests might stall because enabled write is ignored In non-debug mode an enabled write is ignored resulting in a stalled request. In debug mode the writeReschedule is fired. A fix is to move the conditional writeReschedule out of the conditional debug code. Addendum to: https://issues.apache.org/jira/browse/TS-2815 https://github.com/apache/trafficserver/commit/f3a3edb048fc5f96163d1c4a26c1523383786f5d For more context: https://github.com/apache/trafficserver/blob/6.2.0/iocore/net/SSLNetVConnection.cc#L1279 You can merge this pull request into a Git repository by running: $ git pull https://github.com/We-Amp/trafficserver TS-5108-master Alternatively you can review and apply these changes as the patch at: https://github.com/apache/trafficserver/pull/1300.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 #1300 ---- commit 5db8e8a8f7ef1b855e0e0b6e4102479a3afa8da3 Author: Kees Spoelstra <kspoels...@we-amp.com> Date: 2017-01-04T15:12:12Z Fix for: TS-5108-SSL requests might stall because enabled write is ignored In non-debug mode an enabled write is ignored resulting in a stalled request. In debug mode the writeReschedule is fired. A fix is to move the conditional writeReschedule out of the conditional debug code. Addendum to: https://issues.apache.org/jira/browse/TS-2815 https://github.com/apache/trafficserver/commit/f3a3edb048fc5f96163d1c4a26c1523383786f5d For more context: https://github.com/apache/trafficserver/blob/6.2.0/iocore/net/SSLNetVConnection.cc#L1279 ---- Issue Time Tracking ------------------- Worklog Id: (was: 34656) Time Spent: 10m Remaining Estimate: 0h > SSL requests might stall because enabled write is ignored > --------------------------------------------------------- > > Key: TS-5108 > URL: https://issues.apache.org/jira/browse/TS-5108 > Project: Traffic Server > Issue Type: Bug > Components: SSL > Reporter: Kees Spoelstra > Time Spent: 10m > Remaining Estimate: 0h > > In non-debug mode an enabled write is ignored resulting in a stalled request. > In debug mode the writeReschedule is fired. > A fix is to move the conditional writeReschedule out of the conditional > debug code. > Addendum to: > https://issues.apache.org/jira/browse/TS-2815 > https://github.com/apache/trafficserver/commit/f3a3edb048fc5f96163d1c4a26c1523383786f5d > For more context: > https://github.com/apache/trafficserver/blob/6.2.0/iocore/net/SSLNetVConnection.cc#L1279 -- This message was sent by Atlassian JIRA (v6.3.4#6332)