[GitHub] trafficserver pull request: TS-3485: Support ip_allow config for H...

2016-05-03 Thread jpeach
Github user jpeach commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/614#discussion_r61987839 --- Diff: proxy/http2/Http2SessionAccept.cc --- @@ -38,9 +39,22 @@ Http2SessionAccept::~Http2SessionAccept() void Http2SessionAccept::accept(Ne

[GitHub] trafficserver pull request: TS-3485: Support ip_allow config for H...

2016-05-03 Thread jpeach
Github user jpeach commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/614#discussion_r61987763 --- Diff: proxy/http2/Http2SessionAccept.cc --- @@ -38,9 +39,22 @@ Http2SessionAccept::~Http2SessionAccept() void Http2SessionAccept::accept(Ne

[GitHub] trafficserver pull request: TS-3485: Support ip_allow config for H...

2016-05-03 Thread jpeach
Github user jpeach commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/614#discussion_r61987639 --- Diff: proxy/http2/Http2SessionAccept.cc --- @@ -38,9 +39,22 @@ Http2SessionAccept::~Http2SessionAccept() void Http2SessionAccept::accept(Ne

[GitHub] trafficserver pull request: TS-3485: Support ip_allow config for H...

2016-05-03 Thread jpeach
Github user jpeach commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/614#discussion_r61987633 --- Diff: proxy/http2/Http2SessionAccept.cc --- @@ -50,7 +64,7 @@ Http2SessionAccept::accept(NetVConnection *netvc, MIOBuffer *iobuf, IOBufferRead

[GitHub] trafficserver pull request: TS-3485: Support ip_allow config for H...

2016-05-03 Thread shinrich
GitHub user shinrich opened a pull request: https://github.com/apache/trafficserver/pull/614 TS-3485: Support ip_allow config for HTTP2 Actually enforce the ip-level ACL checks for HTTP2 and move to the accept logic to make the decision before creating the session object. You can m

[GitHub] trafficserver pull request: TS-4180: Support for multiple intermed...

2016-05-03 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/trafficserver/pull/578 --- 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

[GitHub] trafficserver pull request: TS-4187: Keep the currently_open conne...

2016-05-03 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/trafficserver/pull/583 --- 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

[GitHub] trafficserver pull request: TS-4180: Support for multiple intermed...

2016-05-03 Thread shinrich
Github user shinrich commented on the pull request: https://github.com/apache/trafficserver/pull/578#issuecomment-216679391 I'll plan on working with @jacksontj at the summit next week to get the TSQA and openssl version issue figured out. --- If your project is set up for it, you ca

[GitHub] trafficserver pull request: TS-4187: Keep the currently_open conne...

2016-05-03 Thread shinrich
Github user shinrich commented on the pull request: https://github.com/apache/trafficserver/pull/583#issuecomment-216679006 I think you could do a TSQA test. Configure with global pools. Run a set of requests through. Wait a while for things to drain out. Verify that the current_

Re: Deprecate "fuzz" configurations for v6.2.0

2016-05-03 Thread Bryan Call
+1 - Please remove it. -Bryan > On May 2, 2016, at 12:58 PM, Leif Hedstrom wrote: > > Hi all, > > I’d like to mark the fuzzy configuration options as deprecated in v6.2.0, > which includes the following three configuration options: > > proxy.config.http.cache.fuzz.time > proxy

[GitHub] trafficserver pull request: TS-4413: Fix potential consistent hash...

2016-05-03 Thread jrushford
GitHub user jrushford opened a pull request: https://github.com/apache/trafficserver/pull/613 TS-4413: Fix potential consistent hash iterator race. Fixes a potential consistent hash iterator race. You can merge this pull request into a Git repository by running: $ git pull http