[GitHub] trafficserver pull request: TS-4340: Fix origin max connections

2016-04-14 Thread bgaff
Github user bgaff closed the pull request at: https://github.com/apache/trafficserver/pull/569 --- 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 i

[GitHub] trafficserver pull request: TS-4340: Fix origin max connections

2016-04-13 Thread jacksontj
Github user jacksontj commented on the pull request: https://github.com/apache/trafficserver/pull/569#issuecomment-209704185 The tests for this are on https://github.com/apache/trafficserver/pull/562 (which I've also pulled in the code patch for as well-- so we can merge a single PR).

[GitHub] trafficserver pull request: TS-4340: Fix origin max connections

2016-04-13 Thread bgaff
GitHub user bgaff opened a pull request: https://github.com/apache/trafficserver/pull/569 TS-4340: Fix origin max connections This fixes issues related to max origin connections and makes them honor the same server matching config that is used for server session pools. @jpe