[GitHub] trafficserver issue #593: TS-4156: remove the traffic_sac, stand alone log c...

2016-06-29 Thread masaori335
Github user masaori335 commented on the issue: https://github.com/apache/trafficserver/pull/593 I updated PO files in 0ebfab01d909bcd0d99cd2f8fb2f816916bc80f3. --- 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 proje

[GitHub] trafficserver issue #770: Integrate clang-tidy into the build.

2016-06-29 Thread atsci
Github user atsci commented on the issue: https://github.com/apache/trafficserver/pull/770 Linux build *failed*! See https://ci.trafficserver.apache.org/job/Github-Linux/283/ for details. --- If your project is set up for it, you can reply to this email and have your reply app

[GitHub] trafficserver issue #770: Integrate clang-tidy into the build.

2016-06-29 Thread atsci
Github user atsci commented on the issue: https://github.com/apache/trafficserver/pull/770 FreeBSD build *failed*! See https://ci.trafficserver.apache.org/job/Github-FreeBSD/387/ for details. --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] trafficserver issue #770: Integrate clang-tidy into the build.

2016-06-29 Thread jpeach
Github user jpeach commented on the issue: https://github.com/apache/trafficserver/pull/770 @zwoop @PSUdaemon Please take this for a spin, but let's not merge yet. It looks like ``clang-tidy`` still get various build errors which cause it to eat code in unfortunate ways. -

[GitHub] trafficserver pull request #770: Integrate clang-tidy into the build.

2016-06-29 Thread jpeach
GitHub user jpeach opened a pull request: https://github.com/apache/trafficserver/pull/770 Integrate clang-tidy into the build. Add a recursive tidy rule to run clang-tidy over all the source. The mor recommended way to do this is to build a compilation database, however the

Re: Can we remove proxy.config.http.parse.allow_non_http?

2016-06-29 Thread Sudheer Vinukonda
blockquote, div.yahoo_quoted { margin-left: 0 !important; border-left:1px #715FFA solid !important; padding-left:1ex !important; background-color:white !important; } I think this config was introduced to ensure "backward" compatibility, since we wanted to block/reject non HTTP responses, but th

[GitHub] trafficserver pull request #733: TS-4324: Allocate 16KB for DATA frame paylo...

2016-06-29 Thread masaori335
Github user masaori335 closed the pull request at: https://github.com/apache/trafficserver/pull/733 --- 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 feat

Can we remove proxy.config.http.parse.allow_non_http?

2016-06-29 Thread Leif Hedstrom
(This is discussed in https://issues.apache.org/jira/browse/TS-4405). This option, proxy.config.http.parse.allow_non_http, allows the response parser to not require HTTP/n.m in the response. I don’t know when this is useful any more, likely this is a remnant from either old servers, or old proto

[GitHub] trafficserver pull request #767: TS-4605: fix Coverity issue 1357058

2016-06-29 Thread masaori335
Github user masaori335 closed the pull request at: https://github.com/apache/trafficserver/pull/767 --- 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 feat

[GitHub] trafficserver issue #723: TS-4566 Disabled clang-analyzer on LuaJIT

2016-06-29 Thread zwoop
Github user zwoop commented on the issue: https://github.com/apache/trafficserver/pull/723 @jpeach Hmmm, what happened here, did we not land this? I have lost my mind, and do not remember ... --- If your project is set up for it, you can reply to this email and have your reply appear

[GitHub] trafficserver pull request #745: TS-4550 Adds X-Transaction-Id to xdebug

2016-06-29 Thread zwoop
Github user zwoop closed the pull request at: https://github.com/apache/trafficserver/pull/745 --- 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 issue #747: TS-4395 Add new plugin, remap_purge

2016-06-29 Thread zwoop
Github user zwoop commented on the issue: https://github.com/apache/trafficserver/pull/747 Any thoughts on this ? --- 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 wish

[GitHub] trafficserver issue #740: TS-4570: Return to TS_HTTP_OS_DNS_HOOK if server a...

2016-06-29 Thread jpeach
Github user jpeach commented on the issue: https://github.com/apache/trafficserver/pull/740 @SolidWallOfCode I filed [TS-4574](https://issues.apache.org/jira/browse/TS-4574) to clear the explicit address. However now that I know a bit more about how the DNS resolutions works, the pat

[GitHub] trafficserver issue #740: TS-4570: Return to TS_HTTP_OS_DNS_HOOK if server a...

2016-06-29 Thread SolidWallOfCode
Github user SolidWallOfCode commented on the issue: https://github.com/apache/trafficserver/pull/740 I think this should be OK. I was concerned about its interaction with transparency but the `os_addr_style` values are set up to avoid that (e.g. that can be moved to values that preven

[GitHub] trafficserver pull request #769: TS 4593: Extend ip_allow.config to filter d...

2016-06-29 Thread kawaiirice
GitHub user kawaiirice opened a pull request: https://github.com/apache/trafficserver/pull/769 TS 4593: Extend ip_allow.config to filter destination IPs Documentation for extending ip_allow.config to filter destination IP addresses, as proposed by Edge. Do not merge: This

[GitHub] trafficserver pull request #744: TS-4520 header_rewrite: Add a new ID condit...

2016-06-29 Thread zwoop
Github user zwoop closed the pull request at: https://github.com/apache/trafficserver/pull/744 --- 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 issue #749: TS-4506 Don't remove Expires/Last-Modifed on 304 r...

2016-06-29 Thread zwoop
Github user zwoop commented on the issue: https://github.com/apache/trafficserver/pull/749 Yeah, I need to work on this some more, not sure exactly yet what path to take yet. We have some options :). I'd like to keep this open, so we retain the feedback. --- If your project is set u

[GitHub] trafficserver issue #749: TS-4506 Don't remove Expires/Last-Modifed on 304 r...

2016-06-29 Thread bryancall
Github user bryancall commented on the issue: https://github.com/apache/trafficserver/pull/749 It should be conditional on the 304 in the build_error_response and also added to build_response. Maybe pull the logic into a method and call it from both. --- If your project is set up f

[GitHub] trafficserver pull request #749: TS-4506 Don't remove Expires/Last-Modifed o...

2016-06-29 Thread bryancall
Github user bryancall commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/749#discussion_r69032683 --- Diff: proxy/http/HttpTransact.cc --- @@ -8199,13 +8199,15 @@ HttpTransact::build_error_response(State *s, HTTPStatus status_code, const char

[GitHub] trafficserver pull request #749: TS-4506 Don't remove Expires/Last-Modifed o...

2016-06-29 Thread bryancall
Github user bryancall commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/749#discussion_r69032591 --- Diff: proxy/http/HttpTransact.cc --- @@ -8199,13 +8199,15 @@ HttpTransact::build_error_response(State *s, HTTPStatus status_code, const char

[GitHub] trafficserver issue #733: TS-4324: Allocate 16KB for DATA frame payload exac...

2016-06-29 Thread bryancall
Github user bryancall commented on the issue: https://github.com/apache/trafficserver/pull/733 👍 Looks good --- 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 wishe

[GitHub] trafficserver pull request #760: TS-4542: ASAN error with HTTP/2

2016-06-29 Thread bryancall
Github user bryancall closed the pull request at: https://github.com/apache/trafficserver/pull/760 --- 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 featu

[GitHub] trafficserver issue #748: TS-4504 healthchecks.so: Use the default config di...

2016-06-29 Thread atsci
Github user atsci commented on the issue: https://github.com/apache/trafficserver/pull/748 FreeBSD build *successful*! See https://ci.trafficserver.apache.org/job/Github-FreeBSD/386/ for details. --- If your project is set up for it, you can reply to this email and have your r

[GitHub] trafficserver issue #748: TS-4504 healthchecks.so: Use the default config di...

2016-06-29 Thread atsci
Github user atsci commented on the issue: https://github.com/apache/trafficserver/pull/748 Linux build *successful*! See https://ci.trafficserver.apache.org/job/Github-Linux/282/ for details. --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] trafficserver pull request #748: TS-4504 healthchecks.so: Use the default co...

2016-06-29 Thread zwoop
Github user zwoop commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/748#discussion_r69008502 --- Diff: plugins/healthchecks/healthchecks.c --- @@ -301,8 +301,22 @@ parse_configs(const char *fname) char buf[2 * 1024]; HCFileInfo *head

[GitHub] trafficserver issue #766: TS-4614: avoid e->schedule_in for dummy event

2016-06-29 Thread atsci
Github user atsci commented on the issue: https://github.com/apache/trafficserver/pull/766 Linux build *successful*! See https://ci.trafficserver.apache.org/job/Github-Linux/281/ for details. --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] trafficserver issue #762: TS-4601: Connection error from origin_max_connecti...

2016-06-29 Thread zwoop
Github user zwoop commented on the issue: https://github.com/apache/trafficserver/pull/762 clang-format --- 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

[GitHub] trafficserver issue #766: TS-4614: avoid e->schedule_in for dummy event

2016-06-29 Thread atsci
Github user atsci commented on the issue: https://github.com/apache/trafficserver/pull/766 FreeBSD build *successful*! See https://ci.trafficserver.apache.org/job/Github-FreeBSD/385/ for details. --- If your project is set up for it, you can reply to this email and have your r

[GitHub] trafficserver issue #765: Update HttpConfig.h

2016-06-29 Thread zwoop
Github user zwoop commented on the issue: https://github.com/apache/trafficserver/pull/765 Bike shedding and side-tracking a bit, but we should encourage to not use the pattern if (foo) delete foo; it should be just delete foo; ---

[GitHub] trafficserver pull request #739: Undo most of the previous clang-format conf...

2016-06-29 Thread zwoop
Github user zwoop closed the pull request at: https://github.com/apache/trafficserver/pull/739 --- 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 issue #739: Undo most of the previous clang-format config

2016-06-29 Thread zwoop
Github user zwoop commented on the issue: https://github.com/apache/trafficserver/pull/739 @SolidWallOfCode decided that we should keep this, so closing. --- 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 doe

[GitHub] trafficserver issue #766: TS-4614: avoid e->schedule_in for dummy event

2016-06-29 Thread zwoop
Github user zwoop commented on the issue: https://github.com/apache/trafficserver/pull/766 [approve ci] --- 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

[GitHub] trafficserver issue #767: TS-4605: fix Coverity issue 1357058

2016-06-29 Thread zwoop
Github user zwoop commented on the issue: https://github.com/apache/trafficserver/pull/767 :+1: --- 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 f

[GitHub] trafficserver pull request #757: Update configuring-traffic-server.en.rst : ...

2016-06-29 Thread jpeach
Github user jpeach closed the pull request at: https://github.com/apache/trafficserver/pull/757 --- 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 issue #757: Update configuring-traffic-server.en.rst : 'config...

2016-06-29 Thread persiaAziz
Github user persiaAziz commented on the issue: https://github.com/apache/trafficserver/pull/757 Unfortunately the machine I am working on can not find a later version. I will probably try later when I have my own machine. I think it is better if you merge this as is for now. --- If

[GitHub] trafficserver issue #741: TS-4588: Require braces around statements.

2016-06-29 Thread jpeach
Github user jpeach commented on the issue: https://github.com/apache/trafficserver/pull/741 Abandoning this PR for now. Will go back and look into getting ``clang-tidy`` support into the build system. --- If your project is set up for it, you can reply to this email and have your rep

[GitHub] trafficserver issue #757: Update configuring-traffic-server.en.rst : 'config...

2016-06-29 Thread jpeach
Github user jpeach commented on the issue: https://github.com/apache/trafficserver/pull/757 Yup --- 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 f

[GitHub] trafficserver issue #757: Update configuring-traffic-server.en.rst : 'config...

2016-06-29 Thread persiaAziz
Github user persiaAziz commented on the issue: https://github.com/apache/trafficserver/pull/757 needs an update? --- 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 wishe

[GitHub] trafficserver issue #757: Update configuring-traffic-server.en.rst : 'config...

2016-06-29 Thread persiaAziz
Github user persiaAziz commented on the issue: https://github.com/apache/trafficserver/pull/757 `checking for sphinx version >= 1.1... found 0.6.6` --- 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

[GitHub] trafficserver issue #757: Update configuring-traffic-server.en.rst : 'config...

2016-06-29 Thread jpeach
Github user jpeach commented on the issue: https://github.com/apache/trafficserver/pull/757 What is the output of ``python ./doc/checkvers.py --check-version``? --- 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 pro

[GitHub] trafficserver issue #757: Update configuring-traffic-server.en.rst : 'config...

2016-06-29 Thread persiaAziz
Github user persiaAziz commented on the issue: https://github.com/apache/trafficserver/pull/757 Yes I just did. But still getting the same error. --- 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 ha

[GitHub] trafficserver issue #757: Update configuring-traffic-server.en.rst : 'config...

2016-06-29 Thread jpeach
Github user jpeach commented on the issue: https://github.com/apache/trafficserver/pull/757 Do you have the ``sphinx-doc`` package installed? --- 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 t

[GitHub] trafficserver issue #745: TS-4550 Adds X-Transaction-Id to xdebug

2016-06-29 Thread atsci
Github user atsci commented on the issue: https://github.com/apache/trafficserver/pull/745 Linux build *successful*! See https://ci.trafficserver.apache.org/job/Github-Linux/280/ for details. --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] trafficserver issue #757: Update configuring-traffic-server.en.rst : 'config...

2016-06-29 Thread persiaAziz
Github user persiaAziz commented on the issue: https://github.com/apache/trafficserver/pull/757 I tried to build the documentation using the following link [https://docs.trafficserver.apache.org/en/latest/developer-guide/documentation/building.en.html](https://docs.trafficserver.a

[GitHub] trafficserver issue #745: TS-4550 Adds X-Transaction-Id to xdebug

2016-06-29 Thread atsci
Github user atsci commented on the issue: https://github.com/apache/trafficserver/pull/745 FreeBSD build *successful*! See https://ci.trafficserver.apache.org/job/Github-FreeBSD/384/ for details. --- If your project is set up for it, you can reply to this email and have your r

[GitHub] trafficserver pull request #745: TS-4550 Adds X-Transaction-Id to xdebug

2016-06-29 Thread jpeach
Github user jpeach commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/745#discussion_r68974323 --- Diff: plugins/experimental/xdebug/xdebug.cc --- @@ -234,6 +237,20 @@ InjectMilestonesHeader(TSHttpTxn txn, TSMBuffer buffer, TSMLoc hdr) }

[GitHub] trafficserver pull request #768: TS-4615 set SRV scheme based on next_hop_sc...

2016-06-29 Thread jacksontj
GitHub user jacksontj opened a pull request: https://github.com/apache/trafficserver/pull/768 TS-4615 set SRV scheme based on next_hop_scheme You can merge this pull request into a Git repository by running: $ git pull https://github.com/jacksontj/trafficserver TS-4615 Altern

[GitHub] trafficserver pull request #745: TS-4550 Adds X-Transaction-Id to xdebug

2016-06-29 Thread jpeach
Github user jpeach commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/745#discussion_r68973675 --- Diff: plugins/experimental/xdebug/xdebug.cc --- @@ -234,6 +237,20 @@ InjectMilestonesHeader(TSHttpTxn txn, TSMBuffer buffer, TSMLoc hdr) }

[GitHub] trafficserver issue #765: Update HttpConfig.h

2016-06-29 Thread shinrich
Github user shinrich commented on the issue: https://github.com/apache/trafficserver/pull/765 @jpeach points out that the existing code should recursively free the chain of port objects. So we are not understanding the leak case. How did you detect this leak? And can you link the J

[GitHub] trafficserver issue #757: Update configuring-traffic-server.en.rst : 'config...

2016-06-29 Thread jpeach
Github user jpeach commented on the issue: https://github.com/apache/trafficserver/pull/757 @zwoop I'm going to merge this as is for now, ok? --- 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 t

[GitHub] trafficserver issue #701: TS-4522: check EPIPE instead r==0

2016-06-29 Thread shinrich
Github user shinrich commented on the issue: https://github.com/apache/trafficserver/pull/701 I think that I agree with @jpeach's comments and code suggestion. Returning _EOS really only makes sense for read. I think by the time you get to that point in the code it is a failure. -

[GitHub] trafficserver pull request #748: TS-4504 Use the default config dir for conf...

2016-06-29 Thread jpeach
Github user jpeach commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/748#discussion_r68971045 --- Diff: plugins/healthchecks/healthchecks.c --- @@ -301,8 +301,22 @@ parse_configs(const char *fname) char buf[2 * 1024]; HCFileInfo *hea

[GitHub] trafficserver pull request #748: TS-4504 Use the default config dir for conf...

2016-06-29 Thread jpeach
Github user jpeach commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/748#discussion_r68970820 --- Diff: plugins/healthchecks/healthchecks.c --- @@ -301,8 +301,22 @@ parse_configs(const char *fname) char buf[2 * 1024]; HCFileInfo *hea

[GitHub] trafficserver issue #701: TS-4522: check EPIPE instead r==0

2016-06-29 Thread shinrich
Github user shinrich commented on the issue: https://github.com/apache/trafficserver/pull/701 @oknet the SSL_write logic is handled in SSLUtils/SSLNetVConnection. The openssl library does its own read/write for the most part, and that logic handles the SSL_ERROR_WANT_READ case. In t

[GitHub] trafficserver issue #752: TS-4590: INKContInternal & INKVConnInternal Optimi...

2016-06-29 Thread shinrich
Github user shinrich commented on the issue: https://github.com/apache/trafficserver/pull/752 Ok, that makes sense. Looks good then. I can merge up later today. --- 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 pr

[GitHub] trafficserver pull request #754: TS-4487: check the change of lock after ret...

2016-06-29 Thread shinrich
Github user shinrich commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/754#discussion_r68956117 --- Diff: iocore/net/UnixNetVConnection.cc --- @@ -556,13 +556,17 @@ write_to_net_io(NetHandler *nh, UnixNetVConnection *vc, EThread *thread)

[GitHub] trafficserver pull request #754: TS-4487: check the change of lock after ret...

2016-06-29 Thread shinrich
Github user shinrich commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/754#discussion_r68947581 --- Diff: iocore/net/UnixNetVConnection.cc --- @@ -573,17 +577,18 @@ write_to_net_io(NetHandler *nh, UnixNetVConnection *vc, EThread *thread)

[GitHub] trafficserver issue #765: Update HttpConfig.h

2016-06-29 Thread shinrich
Github user shinrich commented on the issue: https://github.com/apache/trafficserver/pull/765 Looks reasonable. --- 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

[GitHub] trafficserver pull request #766: TS-4614: avoid e->schedule_in for dummy eve...

2016-06-29 Thread shinrich
Github user shinrich commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/766#discussion_r68942583 --- Diff: iocore/net/UnixNet.cc --- @@ -682,8 +682,9 @@ NetHandler::_close_vc(UnixNetVConnection *vc, ink_hrtime now, int &handle_event, // c

[GitHub] trafficserver issue #767: TS-4605: fix Coverity issue 1357058

2016-06-29 Thread atsci
Github user atsci commented on the issue: https://github.com/apache/trafficserver/pull/767 Linux build *successful*! See https://ci.trafficserver.apache.org/job/Github-Linux/278/ for details. --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] trafficserver issue #767: TS-4605: fix Coverity issue 1357058

2016-06-29 Thread atsci
Github user atsci commented on the issue: https://github.com/apache/trafficserver/pull/767 FreeBSD build *successful*! See https://ci.trafficserver.apache.org/job/Github-FreeBSD/382/ for details. --- If your project is set up for it, you can reply to this email and have your r

[GitHub] trafficserver pull request #767: TS-4605: fix Coverity issue 1357058

2016-06-29 Thread masaori335
GitHub user masaori335 opened a pull request: https://github.com/apache/trafficserver/pull/767 TS-4605: fix Coverity issue 1357058 You can merge this pull request into a Git repository by running: $ git pull https://github.com/masaori335/trafficserver ts-4605 Alternatively yo

[GitHub] trafficserver pull request #664: TS-4482: To freely output to custom log

2016-06-29 Thread yishimur
Github user yishimur closed the pull request at: https://github.com/apache/trafficserver/pull/664 --- 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 featur

[GitHub] trafficserver pull request #766: TS-4614: avoid e->schedule_in for dummy eve...

2016-06-29 Thread oknet
GitHub user oknet opened a pull request: https://github.com/apache/trafficserver/pull/766 TS-4614: avoid e->schedule_in for dummy event You can merge this pull request into a Git repository by running: $ git pull https://github.com/oknet/trafficserver TS-4614 Alternatively yo

[GitHub] trafficserver pull request #765: Update HttpConfig.h

2016-06-29 Thread zhouxiangxiang
GitHub user zhouxiangxiang opened a pull request: https://github.com/apache/trafficserver/pull/765 Update HttpConfig.h memory leak You can merge this pull request into a Git repository by running: $ git pull https://github.com/zhouxiangxiang/trafficserver patch-2 Alternatively