[GitHub] trafficserver pull request: TS-3752: Accept Large Header

2015-08-12 Thread masaori335
Github user masaori335 commented on the pull request: https://github.com/apache/trafficserver/pull/276#issuecomment-130510960 Result of h2spec with this patch. ``` ... 68 tests, 65 passed, 1 skipped, 2 failed

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

2015-08-12 Thread syucream
Github user syucream commented on the pull request: https://github.com/apache/trafficserver/pull/277#issuecomment-130503083 @jacksontj Hi, I fixed my patch for tsqa test cases. please take another look. --- If your project is set up for it, you can reply to this email and have your r

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

2015-08-12 Thread syucream
GitHub user syucream opened a pull request: https://github.com/apache/trafficserver/pull/277 TS-3782: Add H2 exceptional test cases HTTP/2 exceptional test cases. It has already been fixed based on comments on [TS-3782](https://issues.apache.org/jira/browse/TS-3782) You can merge t

[GitHub] trafficserver pull request: Add support for webdav methods in ip_a...

2015-08-12 Thread zwoop
Github user zwoop commented on the pull request: https://github.com/apache/trafficserver/pull/270#issuecomment-130491241 @ushachar Ah, so the argument is to not add special handling for this, but still allow them to be used in ip_allow.config? If so, that seems fine. --- If your proj

[GitHub] trafficserver pull request: Add support for webdav methods in ip_a...

2015-08-12 Thread SolidWallOfCode
Github user SolidWallOfCode commented on the pull request: https://github.com/apache/trafficserver/pull/270#issuecomment-130400491 I'm going to side with Uri on this one as well. Adding those to the core HTTP method list seems wrong to me. As I understand, the real goal here is just f

[GitHub] trafficserver pull request: TS-306 Enable log rotation for diags.l...

2015-08-12 Thread danobi
Github user danobi commented on the pull request: https://github.com/apache/trafficserver/pull/274#issuecomment-130400177 Thanks for all the input, I appreciate it. --- 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

[GitHub] trafficserver pull request: TS-306 Enable log rotation for diags.l...

2015-08-12 Thread SolidWallOfCode
Github user SolidWallOfCode commented on the pull request: https://github.com/apache/trafficserver/pull/274#issuecomment-130386828 That's all my comments for now, looking much better. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHu

[GitHub] trafficserver pull request: TS-306 Enable log rotation for diags.l...

2015-08-12 Thread danobi
Github user danobi commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/274#discussion_r36889035 --- Diff: proxy/Makefile.am --- @@ -46,7 +46,7 @@ AM_CPPFLAGS = \ -I$(top_srcdir)/mgmt \ -I$(top_srcdir)/mgmt/utils \ -I$(top_srcdir

[GitHub] trafficserver pull request: TS-306 Enable log rotation for diags.l...

2015-08-12 Thread SolidWallOfCode
Github user SolidWallOfCode commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/274#discussion_r36888489 --- Diff: proxy/Makefile.am --- @@ -46,7 +46,7 @@ AM_CPPFLAGS = \ -I$(top_srcdir)/mgmt \ -I$(top_srcdir)/mgmt/utils \ -I$(t

[GitHub] trafficserver pull request: TS-306 Enable log rotation for diags.l...

2015-08-12 Thread SolidWallOfCode
Github user SolidWallOfCode commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/274#discussion_r36887236 --- Diff: lib/ts/Diags.h --- @@ -36,12 +36,14 @@ #define __DIAGS_H___ #include -#include "ts/ink_error.h" -#include "ts

[GitHub] trafficserver pull request: TS-306 Enable log rotation for diags.l...

2015-08-12 Thread danobi
Github user danobi commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/274#discussion_r36885521 --- Diff: lib/ts/BaseLogFile.cc --- @@ -0,0 +1,578 @@ +/** @file + + Base class for log files implementation + + @section license L

[GitHub] trafficserver pull request: TS-306 Enable log rotation for diags.l...

2015-08-12 Thread SolidWallOfCode
Github user SolidWallOfCode commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/274#discussion_r36883442 --- Diff: lib/ts/BaseLogFile.cc --- @@ -0,0 +1,578 @@ +/** @file + + Base class for log files implementation + + @section

[GitHub] trafficserver pull request: TS-306 Enable log rotation for diags.l...

2015-08-12 Thread SolidWallOfCode
Github user SolidWallOfCode commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/274#discussion_r36883269 --- Diff: lib/ts/BaseLogFile.cc --- @@ -0,0 +1,578 @@ +/** @file + + Base class for log files implementation + + @section

[GitHub] trafficserver pull request: TS-306 Enable log rotation for diags.l...

2015-08-12 Thread SolidWallOfCode
Github user SolidWallOfCode commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/274#discussion_r36881681 --- Diff: iocore/eventsystem/test_Buffer.cc --- @@ -91,23 +91,13 @@ reconfigure_diags() static void init_diags(const char *bdt, const

[GitHub] trafficserver pull request: TS-306 Enable log rotation for diags.l...

2015-08-12 Thread SolidWallOfCode
Github user SolidWallOfCode commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/274#discussion_r36881282 --- Diff: doc/reference/configuration/records.config.en.rst --- @@ -214,6 +214,28 @@ A value of ``0`` means no signal will be sent. The

Re: trafficserver git commit: Coverity issues: making the sanity check calls useful!

2015-08-12 Thread James Peach
This has multiple, independent changes, so it should have been a series of separate commits. I think it is also worth referencing the Coverity CID (I assume that this fixes a number of them?) > On Aug 11, 2015, at 2:18 PM, a...@apache.org wrote: > > Repository: trafficserver > Updated Branches

[GitHub] trafficserver pull request: Add support for webdav methods in ip_a...

2015-08-12 Thread ushachar
Github user ushachar commented on the pull request: https://github.com/apache/trafficserver/pull/270#issuecomment-130198618 I'm not advocating rejecting all non-standard methods out of hand -- I'm just saying they don't belong in our recognized method list. As a general approach, I