[GitHub] trafficserver pull request #763: TS-4610: Fix HTTP and HTTP2 stats

2016-07-09 Thread zwoop
Github user zwoop closed the pull request at: https://github.com/apache/trafficserver/pull/763 --- 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 #763: TS-4610: Fix HTTP and HTTP2 stats

2016-07-09 Thread zwoop
Github user zwoop commented on the issue: https://github.com/apache/trafficserver/pull/763 This might be above my Git skill level. I did try to pull the PR into my tree, but it's so far behind that it made some crazy changes / conflicts :-/. Manually applying the "diff&quo

[GitHub] trafficserver issue #763: TS-4610: Fix HTTP and HTTP2 stats

2016-07-08 Thread zwoop
Github user zwoop commented on the issue: https://github.com/apache/trafficserver/pull/763 I resolved the conflicts, I think: http://paste.fedoraproject.org/389174/80381301/ --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as

[GitHub] trafficserver issue #763: TS-4610: Fix HTTP and HTTP2 stats

2016-07-08 Thread zwoop
Github user zwoop commented on the issue: https://github.com/apache/trafficserver/pull/763 It does have merge conflicts, so maybe I should resolve that locally, and commit it with --author=susan ? @PSUdaemon wdyt? --- If your project is set up for it, you can reply to this email

[GitHub] trafficserver pull request #790: TS-4472 Fixes http_current_active_client_co...

2016-07-08 Thread zwoop
Github user zwoop closed the pull request at: https://github.com/apache/trafficserver/pull/790 --- 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 #763: TS-4610: Fix HTTP and HTTP2 stats

2016-07-08 Thread zwoop
Github user zwoop commented on the issue: https://github.com/apache/trafficserver/pull/763 @shinrich @masaori335 Should we land this patch though? I'm landing my other fix for the active client conns. --- If your project is set up for it, you can reply to this email and have

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

2016-07-08 Thread zwoop
Github user zwoop commented on the issue: https://github.com/apache/trafficserver/pull/770 :+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

[GitHub] trafficserver pull request #790: TS-4472 Fixes http_current_active_client_co...

2016-07-08 Thread zwoop
GitHub user zwoop opened a pull request: https://github.com/apache/trafficserver/pull/790 TS-4472 Fixes http_current_active_client_connections_stat metric The issue here is that there are two m_active member variables, in both Http1ClientSession and Http1ClientTransaction

[GitHub] trafficserver issue #789: TS-4100: Remove remaining stats processor code.

2016-07-07 Thread zwoop
Github user zwoop commented on the issue: https://github.com/apache/trafficserver/pull/789 :+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

[GitHub] trafficserver issue #788: TS-4635: Fix RefCountCacheSerializer file descript...

2016-07-07 Thread zwoop
Github user zwoop commented on the issue: https://github.com/apache/trafficserver/pull/788 :+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

[GitHub] trafficserver issue #788: TS-4635: Fix RefCountCacheSerializer file descript...

2016-07-07 Thread zwoop
Github user zwoop commented on the issue: https://github.com/apache/trafficserver/pull/788 Hmmm, this code looks overly complicated already to begin with :-/. Why is RefCountCacheSerializer a template class? It's tightly coupled with HostDB it seems, and is only used to co

[GitHub] trafficserver issue #763: TS-4610: Fix HTTP and HTTP2 stats

2016-07-05 Thread zwoop
Github user zwoop commented on the issue: https://github.com/apache/trafficserver/pull/763 Some sort of odd race condition here maybe. If I run single requests using curl, I'm not seeing the problem. But if I blast it with "ab -c 10 -n 1" the counter permanen

[GitHub] trafficserver issue #763: TS-4610: Fix HTTP and HTTP2 stats

2016-07-05 Thread zwoop
Github user zwoop commented on the issue: https://github.com/apache/trafficserver/pull/763 So, I tried this patch, and it does not fix the problem I'm running into, where proxy.process.http.current_active_client_connections is seemingly never decremented. I had a merge conflict

[GitHub] trafficserver pull request #763: TS-4610: Fix HTTP and HTTP2 stats

2016-07-05 Thread zwoop
Github user zwoop commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/763#discussion_r69666098 --- Diff: proxy/http/HttpSM.cc --- @@ -200,7 +200,8 @@ HttpVCTable::cleanup_entry(HttpVCTableEntry *e) // Update stats switch (e

[GitHub] trafficserver pull request #783: TS-3816 : Replace ptr_len_cmp with memcmp

2016-07-05 Thread zwoop
Github user zwoop commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/783#discussion_r69650806 --- Diff: proxy/http/HttpTransact.cc --- @@ -63,7 +63,12 @@ static char range_type[] = "multipart/byteranges; boundary=RANGE_SEPA

[GitHub] trafficserver pull request #783: TS-3816 : Replace ptr_len_cmp with memcmp

2016-07-05 Thread zwoop
Github user zwoop commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/783#discussion_r69649977 --- Diff: proxy/http/HttpTransact.cc --- @@ -63,7 +63,12 @@ static char range_type[] = "multipart/byteranges; boundary=RANGE_SEPA

[GitHub] trafficserver pull request #783: TS-3816 : Replace ptr_len_cmp with memcmp

2016-07-05 Thread zwoop
Github user zwoop commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/783#discussion_r69647327 --- Diff: proxy/StatPages.cc --- @@ -83,7 +83,7 @@ StatPagesManager::handle_http(Continuation *cont, HTTPHdr *header) host_len

[GitHub] trafficserver pull request #783: TS-3816 : Replace ptr_len_cmp with memcmp

2016-07-05 Thread zwoop
Github user zwoop commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/783#discussion_r69640193 --- Diff: proxy/StatPages.cc --- @@ -83,7 +83,7 @@ StatPagesManager::handle_http(Continuation *cont, HTTPHdr *header) host_len

[GitHub] trafficserver pull request #783: TS-3816 : Replace ptr_len_cmp with memcmp

2016-07-05 Thread zwoop
Github user zwoop commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/783#discussion_r69611852 --- Diff: proxy/http/HttpTransact.cc --- @@ -762,8 +762,8 @@ HttpTransact::StartRemapRequest(State *s) const char syntxt[] = "syntheti

[GitHub] trafficserver pull request #743: TS-4519 This adds three new log formats, us...

2016-07-02 Thread zwoop
Github user zwoop closed the pull request at: https://github.com/apache/trafficserver/pull/743 --- 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 #772: TS-3726: Expose build_error_response

2016-07-02 Thread zwoop
Github user zwoop commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/772#discussion_r69379523 --- Diff: proxy/api/ts/ts.h --- @@ -2336,6 +2336,35 @@ tsapi uint64_t TSHttpTxnIdGet(TSHttpTxn txnp); tsapi TSReturnCode TSBase64Decode(const char

[GitHub] trafficserver pull request #777: TS-4623 Adds a pre-commit script for git

2016-07-02 Thread zwoop
Github user zwoop closed the pull request at: https://github.com/apache/trafficserver/pull/777 --- 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 #777: TS-4623 Adds a pre-commit script for git

2016-07-02 Thread zwoop
Github user zwoop commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/777#discussion_r69379428 --- Diff: tools/pre-commit --- @@ -0,0 +1,66 @@ +#! /usr/bin/env bash +# +# Simple pre-commit hook script, enforcing clang-format on our

[GitHub] trafficserver issue #782: TS-4633: Fix an erroneous warning message when rea...

2016-07-01 Thread zwoop
Github user zwoop commented on the issue: https://github.com/apache/trafficserver/pull/782 Oh I see, the 6.2.0 PR is in #781. Great. --- 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

[GitHub] trafficserver issue #781: TS-4632: Fix ParentSelection regressions on 6.2.x

2016-07-01 Thread zwoop
Github user zwoop commented on the issue: https://github.com/apache/trafficserver/pull/781 :+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

[GitHub] trafficserver issue #782: TS-4633: Fix an erroneous warning message when rea...

2016-07-01 Thread zwoop
Github user zwoop commented on the issue: https://github.com/apache/trafficserver/pull/782 :+1: Lets back port this to 6.2.0 as well, since we have to re-roll because of the other fix. --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] trafficserver issue #784: Temporarily disable ParentProxy API tests.

2016-07-01 Thread zwoop
Github user zwoop commented on the issue: https://github.com/apache/trafficserver/pull/784 :+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

[GitHub] trafficserver pull request #775: TS-4598 : Coverity Null-Check after deref i...

2016-07-01 Thread zwoop
Github user zwoop closed the pull request at: https://github.com/apache/trafficserver/pull/775 --- 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 #775: TS-4598 : Coverity Null-Check after deref in Netwo...

2016-07-01 Thread zwoop
Github user zwoop commented on the issue: https://github.com/apache/trafficserver/pull/775 [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 #765: Update HttpConfig.h

2016-06-30 Thread zwoop
Github user zwoop commented on the issue: https://github.com/apache/trafficserver/pull/765 Yeah, maybe we should close this PR ? --- 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

[GitHub] trafficserver pull request #778: TS-4625 epic: Adds a mutex to the continuta...

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

2016-06-30 Thread zwoop
Github user zwoop closed the pull request at: https://github.com/apache/trafficserver/pull/747 --- 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 #778: TS-4625 epic: Adds a mutex to the continuta...

2016-06-30 Thread zwoop
GitHub user zwoop opened a pull request: https://github.com/apache/trafficserver/pull/778 TS-4625 epic: Adds a mutex to the continutation You can merge this pull request into a Git repository by running: $ git pull https://github.com/zwoop/trafficserver TS-4625 Alternatively

[GitHub] trafficserver issue #775: TS-4598 : Coverity Null-Check after deref in Netwo...

2016-06-30 Thread zwoop
Github user zwoop commented on the issue: https://github.com/apache/trafficserver/pull/775 It seems there are merge conflicts here though, Tyler, can you please rebase your tree (which probably means pushing up the main master into your fork first) ? --- If your project is set up

[GitHub] trafficserver issue #775: TS-4598 : Coverity Null-Check after deref in Netwo...

2016-06-30 Thread zwoop
Github user zwoop commented on the issue: https://github.com/apache/trafficserver/pull/775 Yeah, this seems right, TSEventDestroy() checks its argument, and we use it like this in several other places (which is likely why coverity gets confused). Consistency is good! --- If your

[GitHub] trafficserver issue #776: TS-4553: Brotli plugin

2016-06-30 Thread zwoop
Github user zwoop commented on the issue: https://github.com/apache/trafficserver/pull/776 I'll have to review this properly, but an initial thought is that maybe this should be part of the gzip plugin? Maybe that plugin gets renamed to "compression" or something? It h

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

2016-06-30 Thread zwoop
Github user zwoop commented on the issue: https://github.com/apache/trafficserver/pull/770 Unless there's a penalty (or error) to always use $(sort ...), I'd recommend doing so consistently. That avoids future kids from having to know when, or when not to, use it.

[GitHub] trafficserver issue #747: TS-4395 Add new plugin, remap_purge

2016-06-30 Thread zwoop
Github user zwoop commented on the issue: https://github.com/apache/trafficserver/pull/747 wth, how did FreeBSD core dump ... [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

[GitHub] trafficserver issue #777: TS-4623 Adds a pre-commit script for git

2016-06-30 Thread zwoop
Github user zwoop commented on the issue: https://github.com/apache/trafficserver/pull/777 Need input from the git expert, too bad @bgaff doesn't have a computer still :-/. So will have to settle for @jpeach and @PSUdaemon . --- If your project is set up for it, you can rep

[GitHub] trafficserver pull request #777: TS-4623 Adds a pre-commit script for git

2016-06-30 Thread zwoop
GitHub user zwoop opened a pull request: https://github.com/apache/trafficserver/pull/777 TS-4623 Adds a pre-commit script for git You can merge this pull request into a Git repository by running: $ git pull https://github.com/zwoop/trafficserver TS-4623 Alternatively you

[GitHub] trafficserver pull request #747: TS-4395 Add new plugin, remap_purge

2016-06-30 Thread zwoop
Github user zwoop commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/747#discussion_r69205590 --- Diff: plugins/experimental/remap_purge/remap_purge.c --- @@ -202,34 +202,38 @@ handle_purge(TSHttpTxn txnp, PurgeInstance *purge) bool

[GitHub] trafficserver pull request #747: TS-4395 Add new plugin, remap_purge

2016-06-30 Thread zwoop
Github user zwoop commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/747#discussion_r69167535 --- Diff: plugins/experimental/remap_purge/remap_purge.c --- @@ -0,0 +1,335 @@ +/** @file + + Per-remap purge RESTful API for stateful

[GitHub] trafficserver pull request #747: TS-4395 Add new plugin, remap_purge

2016-06-30 Thread zwoop
Github user zwoop commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/747#discussion_r69163153 --- Diff: plugins/experimental/remap_purge/remap_purge.c --- @@ -0,0 +1,335 @@ +/** @file + + Per-remap purge RESTful API for stateful

[GitHub] trafficserver pull request #747: TS-4395 Add new plugin, remap_purge

2016-06-30 Thread zwoop
Github user zwoop commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/747#discussion_r69163780 --- Diff: plugins/experimental/remap_purge/remap_purge.c --- @@ -0,0 +1,335 @@ +/** @file + + Per-remap purge RESTful API for stateful

[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

[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

[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

[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

[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 i

[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

[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 #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

[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

[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

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

2016-06-28 Thread zwoop
Github user zwoop commented on the issue: https://github.com/apache/trafficserver/pull/749 Another option would be to just not remove the Last-Modified here, but unclear what exactly implications that has. I guess I really ought to look through all possible status codes, and see if

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

2016-06-28 Thread zwoop
Github user zwoop commented on the issue: https://github.com/apache/trafficserver/pull/749 So, do we want to change it such that this isn't used for 304's? Or do we want to make it conditional in here for 304's? Maybe build_error_response() should avoid setting or mo

[GitHub] trafficserver issue #761: TS-4332: proxy.config.net.connections_throttle sho...

2016-06-28 Thread zwoop
Github user zwoop commented on the issue: https://github.com/apache/trafficserver/pull/761 Question: Where does this fit in with the new order of the LRU for keep-alive connections? It feels that if we're about to refuse connections (or close it immediately after accept), we s

[GitHub] trafficserver pull request #761: TS-4332: proxy.config.net.connections_throt...

2016-06-28 Thread zwoop
Github user zwoop commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/761#discussion_r68876660 --- Diff: doc/admin-guide/files/records.config.en.rst --- @@ -643,6 +644,8 @@ tr-out tr-pass Transparent pass through. This option is useful

[GitHub] trafficserver issue #761: TS-4332: proxy.config.net.connections_throttle sho...

2016-06-28 Thread zwoop
Github user zwoop commented on the issue: https://github.com/apache/trafficserver/pull/761 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 #743: TS-4519 This adds three new log formats, using new...

2016-06-28 Thread zwoop
Github user zwoop commented on the issue: https://github.com/apache/trafficserver/pull/743 Also, I'm not married to the new log tags. It seems Github mangled my comment badly, which I fixed right now. If someone has better suggestions for naming the tags, please voice your op

[GitHub] trafficserver issue #663: TS-4481: CPP API - clear handles and reload on dem...

2016-06-28 Thread zwoop
Github user zwoop commented on the issue: https://github.com/apache/trafficserver/pull/663 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 #757: Update configuring-traffic-server.en.rst : 'config...

2016-06-28 Thread zwoop
Github user zwoop commented on the issue: https://github.com/apache/trafficserver/pull/757 Hmmm, wasn't the idea that we'd use :program:`traffic_ctl`? :) --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If yo

[GitHub] trafficserver issue #751: TS-4542: ASAN error with HTTP/2 priority

2016-06-28 Thread zwoop
Github user zwoop commented on the issue: https://github.com/apache/trafficserver/pull/751 This seems good, +1. One comment, as discussed on the IRC: It seems unfortunate that we have two state variables (closed=true, and the _state= HTTP2_STREAM_STATE_CLOSED for H2

[GitHub] trafficserver issue #624: C++ API WebSocket example

2016-06-28 Thread zwoop
Github user zwoop commented on the issue: https://github.com/apache/trafficserver/pull/624 Yeah, examples are great. So please create a Jira, if you are going to work on it. Any changes to APIs would need to go through API review though, so depending on what you are doing, you might

[GitHub] trafficserver pull request #755: TS-4518 Eliminate memory leaks in UUID regr...

2016-06-28 Thread zwoop
Github user zwoop closed the pull request at: https://github.com/apache/trafficserver/pull/755 --- 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 #755: TS-4518 Eliminate memory leaks in UUID regr...

2016-06-28 Thread zwoop
GitHub user zwoop opened a pull request: https://github.com/apache/trafficserver/pull/755 TS-4518 Eliminate memory leaks in UUID regressions You can merge this pull request into a Git repository by running: $ git pull https://github.com/zwoop/trafficserver TS-4518

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

2016-06-28 Thread zwoop
Github user zwoop commented on the issue: https://github.com/apache/trafficserver/pull/749 @masaori335 HttpTransact::build_response() seems correct, doesn't it? But, seeing that, also makes me think that the place where we modify Cache-Control: (see your comment above) might act

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

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

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

2016-06-28 Thread zwoop
Github user zwoop commented on the issue: https://github.com/apache/trafficserver/pull/749 I updated the PR as per William's post on the Jira. I had a bunch of typos and errors here, I hope this fixes those issues. --- If your project is set up for it, you can reply to this

[GitHub] trafficserver issue #754: TS-4487: check the change of lock after return fro...

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

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

2016-06-28 Thread zwoop
Github user zwoop commented on the issue: https://github.com/apache/trafficserver/pull/752 [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 #753: Proposal: NetVC Context

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

[GitHub] trafficserver issue #642: Proposal: NetVC Context

2016-06-27 Thread zwoop
Github user zwoop commented on the issue: https://github.com/apache/trafficserver/pull/642 Updating this PR is fine too --- 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

[GitHub] trafficserver issue #739: Undo most of the previous clang-format config

2016-06-27 Thread zwoop
Github user zwoop commented on the issue: https://github.com/apache/trafficserver/pull/739 @SolidWallOfCode Can you decide what to do here? I'm going back and forth on this :-/. You get to put the final word on this, I'm honestly ok keeping the current state and just

[GitHub] trafficserver issue #750: TS-3371 Add configuration to globally control usag...

2016-06-27 Thread zwoop
Github user zwoop commented on the issue: https://github.com/apache/trafficserver/pull/750 Also fix the merge conflicts and squash the commits down to one please :) --- 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 issue #750: Ts 3371

2016-06-27 Thread zwoop
Github user zwoop commented on the issue: https://github.com/apache/trafficserver/pull/750 Also, if the old default was "1", why did we change to "0" now? --- 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 issue #750: Ts 3371

2016-06-27 Thread zwoop
Github user zwoop commented on the issue: https://github.com/apache/trafficserver/pull/750 Minor details, but 1) Can this be squashed into one commit? 2) Please update the Subject / Title of this PR accordingly. --- If your project is set up for it, you can reply

[GitHub] trafficserver issue #750: Ts 3371

2016-06-27 Thread zwoop
Github user zwoop commented on the issue: https://github.com/apache/trafficserver/pull/750 Also, the branch has merge conflicts, so please rebase with current master. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If

[GitHub] trafficserver issue #642: Proposal: NetVC Context

2016-06-27 Thread zwoop
Github user zwoop commented on the issue: https://github.com/apache/trafficserver/pull/642 Assigned a number of people for review, this is a change with potentially dangerous implications. Also, @oknet, is it possible to squash this down to fewer commits? --- If your project is set

[GitHub] trafficserver issue #642: Proposal: NetVC Context

2016-06-27 Thread zwoop
Github user zwoop commented on the issue: https://github.com/apache/trafficserver/pull/642 @oknet There's now a merge conflict, can you rebase please? --- 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

[GitHub] trafficserver issue #647: TS-4459 - Force domain names in cert to lower on i...

2016-06-27 Thread zwoop
Github user zwoop commented on the issue: https://github.com/apache/trafficserver/pull/647 Adding @shinrich for review too please. --- 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

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

2016-06-27 Thread zwoop
Github user zwoop commented on the issue: https://github.com/apache/trafficserver/pull/664 @jpeach you had some concerns on this concept ? --- 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

[GitHub] trafficserver issue #673: TS-4487: fix write_to_net_io issues

2016-06-27 Thread zwoop
Github user zwoop commented on the issue: https://github.com/apache/trafficserver/pull/673 @oknet This needs a rebase please. @shinrich Can you review please? --- 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 issue #624: C++ API WebSocket example

2016-06-27 Thread zwoop
Github user zwoop commented on the issue: https://github.com/apache/trafficserver/pull/624 Also, repeating the question above, what is the Jira for 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

[GitHub] trafficserver issue #624: C++ API WebSocket example

2016-06-27 Thread zwoop
Github user zwoop commented on the issue: https://github.com/apache/trafficserver/pull/624 This needs a rebase as well before we can proceed. --- 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

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

2016-06-27 Thread zwoop
Github user zwoop commented on the issue: https://github.com/apache/trafficserver/pull/593 @mingzym Is this going to land? Needs a rebase before you can merge this too. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If

[GitHub] trafficserver issue #351: TS-4042: Add feature to buffer request body before...

2016-06-27 Thread zwoop
Github user zwoop commented on the issue: https://github.com/apache/trafficserver/pull/351 @bgaff What do you want to do with this? It's been sitting here for quite a while. --- If your project is set up for it, you can reply to this email and have your reply appear on GitH

[GitHub] trafficserver issue #210: TS-3607: Integrate ats_pagespeed into the automake...

2016-06-27 Thread zwoop
Github user zwoop commented on the issue: https://github.com/apache/trafficserver/pull/210 We still need an update to this. @oschaaf and @jpeach , assigning to you for final reviews, but we should try to land this assuming it seems reasonable (once clang-format etc. has been

[GitHub] trafficserver pull request #123: Added (Estimated) Round Trip Time access lo...

2016-06-27 Thread zwoop
Github user zwoop closed the pull request at: https://github.com/apache/trafficserver/pull/123 --- 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 #123: Added (Estimated) Round Trip Time access log field...

2016-06-27 Thread zwoop
Github user zwoop commented on the issue: https://github.com/apache/trafficserver/pull/123 Going to close this, since there's been no traction on this in a long time. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as wel

[GitHub] trafficserver pull request #199: UUID Proposal

2016-06-27 Thread zwoop
Github user zwoop closed the pull request at: https://github.com/apache/trafficserver/pull/199 --- 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 #199: UUID Proposal

2016-06-27 Thread zwoop
Github user zwoop commented on the issue: https://github.com/apache/trafficserver/pull/199 I'm going to close this one. I have landed the plumbing for UUID in various components. @acaciocenteno if you want these changes on the HttpSM debug statements, can you open a Jira p

[GitHub] trafficserver issue #749: TS-4506 Should not remove Expires/Last-Modifed on ...

2016-06-27 Thread zwoop
Github user zwoop commented on the issue: https://github.com/apache/trafficserver/pull/749 @bryancall @masaori335 Please review. --- 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

[GitHub] trafficserver pull request #749: TS-4506 Should not remove Expires/Last-Modi...

2016-06-27 Thread zwoop
GitHub user zwoop opened a pull request: https://github.com/apache/trafficserver/pull/749 TS-4506 Should not remove Expires/Last-Modifed on 304 response When generating a 304 page, we used to remove Expires and Last-Modified always. This change makes sure we never touch Expires

[GitHub] trafficserver issue #743: TS-4519 This adds three new log formats, using new...

2016-06-27 Thread zwoop
Github user zwoop commented on the issue: https://github.com/apache/trafficserver/pull/743 @PSUdaemon Please review? :) --- 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

[GitHub] trafficserver issue #744: TS-4520 header_rewrite: Add a new ID condition, wi...

2016-06-27 Thread zwoop
Github user zwoop commented on the issue: https://github.com/apache/trafficserver/pull/744 @shukitchan Did you file a Jira? --- 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

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

2016-06-27 Thread zwoop
GitHub user zwoop opened a pull request: https://github.com/apache/trafficserver/pull/748 TS-4504 Use the default config dir for configs When a config file is given, and it's not an absolute path, we should default to the TSConfigDirGet() base dir. You can merge this

[GitHub] trafficserver issue #746: TS-4512: Error when building with gcc 6.1.1

2016-06-27 Thread zwoop
Github user zwoop commented on the issue: https://github.com/apache/trafficserver/pull/746 Seems benign, +1. :+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

  1   2   3   4   5   6   >