GitHub user jacksontj opened a pull request: https://github.com/apache/trafficserver/pull/554
Ts 3440 You can merge this pull request into a Git repository by running: $ git pull https://github.com/jacksontj/trafficserver TS-3440 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/trafficserver/pull/554.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 #554 ---- commit 59c3ed195acc2cac719eade3981411ab97cb4b6e Author: Thomas Jackson <jackso...@apache.org> Date: 2016-04-07T01:58:12Z Revert "TS-3440: Connect retries shouldn't happen if the connection has succeeeded and data has been sent" This reverts commit 440a14513e59baf21e55b07f0dd4aa39bac232de. Conflicts: proxy/http/HttpTransact.cc commit 20d605c0f63d80970b4d0ab59f4565f433d89693 Author: Thomas Jackson <jackso...@apache.org> Date: 2016-04-07T01:58:36Z TS-3440 Not retry if any bytes were sent Before we would still retry if the origin didn't error-- but just took a really long time. So, instead of only checking if the body was sent-- we can check the milestone to see if we sent the request. If any bytes were sent the request cannot be retried. ---- --- 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. ---