GitHub user jacksontj opened a pull request: https://github.com/apache/trafficserver/pull/66
Change default to keep_alive_post_out Keepalive post out used to cause issues, but we have since found and fixed the root cause (TS-2497) and we are now running this on in production. This entire feature should be cleaned out-- since it was created to workaround this problem that is now fixed. You can merge this pull request into a Git repository by running: $ git pull https://github.com/jacksontj/trafficserver master Alternatively you can review and apply these changes as the patch at: https://github.com/apache/trafficserver/pull/66.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 #66 ---- commit e210eb0a35452215c3da9cd32ff916128c73f80f Author: Thomas Jackson <jacksontj...@gmail.com> Date: 2014-03-24T23:01:21Z Keepalive post out used to cause issues, but we have since found and fixed the root cause (TS-2497) and we are now running this on in production. This entire feature should be cleaned out-- since it was created to workaround this problem that is now fixed. ---- --- 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. ---