[GitHub] trafficserver pull request: TS-3782: Add H2 exceptional test cases

2015-09-14 Thread masaori335
Github user masaori335 commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/277#discussion_r39465419 --- Diff: ci/tsqa/tests/test_http2_spec.py --- @@ -0,0 +1,114 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more c

[VOTE] Release Apache Traffic Server 6.0.0 (RC3)

2015-09-14 Thread Bryan Call
I've prepared a release for 6.0.0 (RC3) which is the next major version of Apache Traffic Server. This version breaks binary compatibility and plugins will need to be recompiled. This is detailed in our Release Management document: https://cwiki.apache.org/confluence/display/TS/Release+Manage

[GitHub] trafficserver pull request: [TS-3648] Desire support for client TL...

2015-09-14 Thread shinrich
Github user shinrich commented on the pull request: https://github.com/apache/trafficserver/pull/288#issuecomment-140201701 Fix looks good. Adds null checks and computes length even when buf is NULL to handle the pattern of calling once with no buffer to compute length of buffer to u

[GitHub] trafficserver pull request: [TS-3911] Create log tag for whether p...

2015-09-14 Thread zwoop
Github user zwoop commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/293#discussion_r39430575 --- Diff: proxy/logging/Log.cc --- @@ -478,7 +478,7 @@ Log::init_fields() global_field_list.add(field, false); ink_hash_table_insert(field_s

[GitHub] trafficserver pull request: [TS-3911] Create log tag for whether p...

2015-09-14 Thread ericcarlschwartz
Github user ericcarlschwartz commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/293#discussion_r39430482 --- Diff: proxy/logging/Log.cc --- @@ -478,7 +478,7 @@ Log::init_fields() global_field_list.add(field, false); ink_hash_table_ins

[GitHub] trafficserver pull request: [TS-3911] Create log tag for server co...

2015-09-14 Thread zwoop
Github user zwoop commented on the pull request: https://github.com/apache/trafficserver/pull/293#issuecomment-140170568 As discussed on the IRC, I think we should 1) Change the subject for this Jira, I thought isSSL was the name of the new tag. 2) The description sh

[ANNOUNCE] Apache Traffic Server 5.3.2 is released!

2015-09-14 Thread Phil Sorber
Apache Traffic Server v5.3.2 Released The Apache Software Foundation and the Apache Traffic Server project are pleased to announce the release of Apache Traffic Server v5.3.2! This is our third stable release in the 5.3.x LTS branch, and is immediately available for download at: h

[GitHub] trafficserver pull request: [TS-3911] Create log tag for server co...

2015-09-14 Thread ericcarlschwartz
GitHub user ericcarlschwartz opened a pull request: https://github.com/apache/trafficserver/pull/293 [TS-3911] Create log tag for server connection isSSL Have tested this and provides the correct info. You can merge this pull request into a Git repository by running: $ git pull

[GitHub] trafficserver pull request: [TS-3648] Desire support for client TL...

2015-09-14 Thread ericcarlschwartz
Github user ericcarlschwartz commented on the pull request: https://github.com/apache/trafficserver/pull/288#issuecomment-140151851 make sure that this will close #288 and #122 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as w

[GitHub] trafficserver pull request: TS-3782: Add H2 exceptional test cases

2015-09-14 Thread ericcarlschwartz
Github user ericcarlschwartz commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/277#discussion_r39420551 --- Diff: ci/tsqa/tests/test_http2_spec.py --- @@ -0,0 +1,114 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or

[GitHub] trafficserver pull request: TS-3902: Wrong conditional for checkin...

2015-09-14 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/trafficserver/pull/292 --- 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

Re: [VOTE] Release Apache Traffic Server 6.0.0 (RC2)

2015-09-14 Thread Bryan Call
I will take a look at it and see why the tests are breaking for h2spec. -Bryan > On Sep 14, 2015, at 5:31 AM, Masaori Koshiba wrote: > > Hi Bryan, > > 6.0.0-rc2 breaks 2 tests of h2spec. Those tests are passed in 6.0.0-rc1. > Please take a look at TS-3902. > > -1 > > Thanks, > Masaori > >>

Re: [VOTE] Release Apache Traffic Server 6.0.0 (RC2)

2015-09-14 Thread Masaori Koshiba
Hi Bryan, 6.0.0-rc2 breaks 2 tests of h2spec. Those tests are passed in 6.0.0-rc1. Please take a look at TS-3902. -1 Thanks, Masaori > 2015/09/12 7:46、Bryan Call のメール: > > 2 smime.p7s Description: S/MIME cryptographic signature

[GitHub] trafficserver pull request: TS-3902: Wrong conditional for checkin...

2015-09-14 Thread masaori335
GitHub user masaori335 opened a pull request: https://github.com/apache/trafficserver/pull/292 TS-3902: Wrong conditional for checking on continuation frame and to … …send the go_away frame Fix contitions to check frame type too You can merge this pull request into a Gi