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

2016-07-09 Thread PSUdaemon
Github user PSUdaemon commented on the issue: https://github.com/apache/trafficserver/pull/763 Yes, merge and mark what files you resolved conflicts in. Git normally puts this in the commented part of the commit message so just make sure you uncomment before commit. --- If your

[GitHub] trafficserver pull request #781: TS-4632: Fix ParentSelection regressions on...

2016-07-01 Thread PSUdaemon
Github user PSUdaemon closed the pull request at: https://github.com/apache/trafficserver/pull/781 --- 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 #781: TS-4632: Fix ParentSelection regressions on 6.2.x

2016-07-01 Thread PSUdaemon
Github user PSUdaemon commented on the issue: https://github.com/apache/trafficserver/pull/781 We can't merge this into 6.2.x. We need it in master, than I will cherry-pick it back. --- If your project is set up for it, you can reply to this email and have your reply appe

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

2016-06-24 Thread PSUdaemon
Github user PSUdaemon commented on the issue: https://github.com/apache/trafficserver/pull/741 Is there a `.clang-tidy` config we can add and run with `make` like `make clang-tidy`? Also, is this an alternative proposal to #739, or in addition to? --- If your project is set

[GitHub] trafficserver pull request #738: TS-4577 remap_stats: Fix memory leak

2016-06-24 Thread PSUdaemon
Github user PSUdaemon closed the pull request at: https://github.com/apache/trafficserver/pull/738 --- 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 #738: TS-4577 remap_stats: Fix memory leak

2016-06-24 Thread PSUdaemon
Github user PSUdaemon commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/738#discussion_r68441459 --- Diff: plugins/experimental/remap_stats/remap_stats.c --- @@ -92,19 +92,20 @@ stat_add(char *name, TSMgmtInt amount, TSStatPersistence

[GitHub] trafficserver pull request #738: TS-4577 remap_stats: Fix memory leak

2016-06-24 Thread PSUdaemon
Github user PSUdaemon commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/738#discussion_r68441181 --- Diff: plugins/experimental/remap_stats/remap_stats.c --- @@ -92,19 +92,20 @@ stat_add(char *name, TSMgmtInt amount, TSStatPersistence

[GitHub] trafficserver issue #738: TS-4577 remap_stats: Fix memory leak

2016-06-24 Thread PSUdaemon
Github user PSUdaemon commented on the issue: https://github.com/apache/trafficserver/pull/738 [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 pull request #738: TS-4577 remap_stats: Fix memory leak

2016-06-24 Thread PSUdaemon
Github user PSUdaemon commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/738#discussion_r68431089 --- Diff: plugins/experimental/remap_stats/remap_stats.c --- @@ -92,19 +92,19 @@ stat_add(char *name, TSMgmtInt amount, TSStatPersistence

[GitHub] trafficserver issue #738: TS-4577 remap_stats: Fix memory leak

2016-06-24 Thread PSUdaemon
Github user PSUdaemon commented on the issue: https://github.com/apache/trafficserver/pull/738 Just for the record, I was thinking: `tmp = effective_url = TSHttpTxnEffectiveUrlStringGet(txn, &len);` --- If your project is set up for it, you can reply to this email and have

[GitHub] trafficserver issue #738: TS-4577 remap_stats: Fix memory leak

2016-06-24 Thread PSUdaemon
Github user PSUdaemon commented on the issue: https://github.com/apache/trafficserver/pull/738 What do you think of moving the `effective_url` creation down below so that we don't even alloc it until we are past that check? --- If your project is set up for it, you can reply to

[GitHub] trafficserver pull request #728: TS-4572: Fix "Unchecked return value" (CID ...

2016-06-22 Thread PSUdaemon
Github user PSUdaemon closed the pull request at: https://github.com/apache/trafficserver/pull/728 --- 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 #727: TS-4571: Fix "pointer to local outside scop...

2016-06-22 Thread PSUdaemon
Github user PSUdaemon closed the pull request at: https://github.com/apache/trafficserver/pull/727 --- 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 #728: TS-4572: Fix "Unchecked return value" (CID ...

2016-06-21 Thread PSUdaemon
GitHub user PSUdaemon opened a pull request: https://github.com/apache/trafficserver/pull/728 TS-4572: Fix "Unchecked return value" (CID 1356972) If the function returns an error value, the error value may be mistaken for a normal value. In get_effective_host: Valu

[GitHub] trafficserver pull request #727: TS-4571: Fix "pointer to local outside scop...

2016-06-21 Thread PSUdaemon
GitHub user PSUdaemon opened a pull request: https://github.com/apache/trafficserver/pull/727 TS-4571: Fix "pointer to local outside scope" (CID 1356978) Dereferencing the returned or out-of-scope stack pointer will access an invalid location on the stack after its scop

[GitHub] trafficserver pull request: TS-4428: Update Japanese documentations

2016-05-31 Thread PSUdaemon
Github user PSUdaemon closed the pull request at: https://github.com/apache/trafficserver/pull/678 --- 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: TS-4428: Update Japanese documentations

2016-05-31 Thread PSUdaemon
Github user PSUdaemon commented on the pull request: https://github.com/apache/trafficserver/pull/678 Weird. I get `error: could not apply 1f4a810... Doc: Format po files` when I do the cherry pick. But this is fine, I'll just merge this. Thanks. --- If your project i

[GitHub] trafficserver pull request: TS-4072 Diagnostic log rolling races

2016-05-21 Thread PSUdaemon
Github user PSUdaemon commented on the pull request: https://github.com/apache/trafficserver/pull/568#issuecomment-220764504 Are there still outstanding issues here or is it possible to merge this now? --- If your project is set up for it, you can reply to this email and have your

[GitHub] trafficserver pull request: TS-3245 : Changes optind = 1 to optind...

2016-05-16 Thread PSUdaemon
Github user PSUdaemon commented on the pull request: https://github.com/apache/trafficserver/pull/571#issuecomment-219586815 Ok, well I assume @pbchou can take it from here? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well

[GitHub] trafficserver pull request: TS-3245 : Changes optind = 1 to optind...

2016-05-16 Thread PSUdaemon
Github user PSUdaemon commented on the pull request: https://github.com/apache/trafficserver/pull/571#issuecomment-219586100 Missing the `optarg = NULL` in the global case on purpose? Also, I think we do want that `ifdef` around the `optind`. And I looked it up, we need to

[GitHub] trafficserver pull request: TS-3245 : Changes optind = 1 to optind...

2016-05-16 Thread PSUdaemon
Github user PSUdaemon commented on the pull request: https://github.com/apache/trafficserver/pull/571#issuecomment-219553317 Can you please explain "do not play well together"? The `:` makes that option required I think. Also, most if not all of these plugins are develo

[GitHub] trafficserver pull request: TS-3948 Lock g_records during in RecDu...

2016-05-01 Thread PSUdaemon
Github user PSUdaemon commented on the pull request: https://github.com/apache/trafficserver/pull/304#issuecomment-216096770 Is there a new issue for this? I have some more information to share. --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] trafficserver pull request: TS-4388: Fix TSHttpTxnParentProxySet

2016-04-28 Thread PSUdaemon
Github user PSUdaemon commented on the pull request: https://github.com/apache/trafficserver/pull/606#issuecomment-215622970 I like the robustness, it's just hard to tell that this commit is anything more than a refactor. I'd just separate the small fix out and leave the re

[GitHub] trafficserver pull request: TS-4388: Fix TSHttpTxnParentProxySet

2016-04-28 Thread PSUdaemon
Github user PSUdaemon commented on the pull request: https://github.com/apache/trafficserver/pull/606#issuecomment-215619566 The 4th commit is so much refactoring with no change in behavior that it's hard to follow what the actual fix is. I agree that `r` is a poor variable name

[GitHub] trafficserver pull request: TS-4388: Fix TSHttpTxnParentProxySet

2016-04-28 Thread PSUdaemon
Github user PSUdaemon commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/606#discussion_r61531390 --- Diff: proxy/http/HttpConfig.cc --- @@ -888,8 +888,6 @@ HttpConfig::startup() HttpEstablishStaticConfigLongLong

[GitHub] trafficserver pull request: TS-4357: Remove SSLv2 and only allow S...

2016-04-21 Thread PSUdaemon
Github user PSUdaemon closed the pull request at: https://github.com/apache/trafficserver/pull/589 --- 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: TS-4357: Remove SSLv2 and only allow S...

2016-04-20 Thread PSUdaemon
GitHub user PSUdaemon opened a pull request: https://github.com/apache/trafficserver/pull/589 TS-4357: Remove SSLv2 and only allow SSLv3 to origin with configure o… …ption. You can merge this pull request into a Git repository by running: $ git pull https://github.com

[GitHub] trafficserver pull request: TS-4320: Add ACME Plugin

2016-04-17 Thread PSUdaemon
Github user PSUdaemon commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/560#discussion_r60003490 --- Diff: plugins/experimental/acme/acme.c --- @@ -0,0 +1,347 @@ +/** @file + +@section license + +Licensed under the Apache

[GitHub] trafficserver pull request: TS-4320: Add ACME Plugin

2016-04-11 Thread PSUdaemon
GitHub user PSUdaemon opened a pull request: https://github.com/apache/trafficserver/pull/560 TS-4320: Add ACME Plugin This is a first pass at making an ACME plugin for ATS. This current version amounts to a simple static file server that leverages a CLI client, but there are

[GitHub] trafficserver pull request: TS-4339: Remove .pr file

2016-04-11 Thread PSUdaemon
GitHub user PSUdaemon opened a pull request: https://github.com/apache/trafficserver/pull/559 TS-4339: Remove .pr file Remove .pr hack now that we have MATT. You can merge this pull request into a Git repository by running: $ git pull https://github.com/PSUdaemon/trafficserver

[GitHub] trafficserver pull request: TS-3995: Fix Akamai Live streaming

2016-04-11 Thread PSUdaemon
Github user PSUdaemon commented on the pull request: https://github.com/apache/trafficserver/pull/330#issuecomment-208439499 Closing this per discussion above. --- 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-3995: Fix Akamai Live streaming

2016-04-11 Thread PSUdaemon
Github user PSUdaemon closed the pull request at: https://github.com/apache/trafficserver/pull/330 --- 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: AARCH64 fixes tested on Cavium Thunder...

2016-03-29 Thread PSUdaemon
Github user PSUdaemon commented on the pull request: https://github.com/apache/trafficserver/pull/502#issuecomment-202990616 This kinda feels like it should be three separate PR's. f304c50a2c00d7d711015c981b2007dacdf159b7 - seems probably ok, simply because if it'

[GitHub] trafficserver pull request: TS-3535: Experimental Support of Strea...

2016-03-23 Thread PSUdaemon
Github user PSUdaemon commented on the pull request: https://github.com/apache/trafficserver/pull/525#issuecomment-200348327 @masaori335, yes exactly. It does look very generic already and it seems valuable to have in lib/ts. I can't think of anything offhand that would need it

[GitHub] trafficserver pull request: TS-3535: Experimental Support of Strea...

2016-03-22 Thread PSUdaemon
Github user PSUdaemon commented on the pull request: https://github.com/apache/trafficserver/pull/525#issuecomment-199873028 Is it possible to make the priority queue stuff more generic so it can be reusable? --- If your project is set up for it, you can reply to this email and have

[GitHub] trafficserver pull request: TS-4227: Remove auto_ptr in SPDY plugi...

2016-02-24 Thread PSUdaemon
GitHub user PSUdaemon opened a pull request: https://github.com/apache/trafficserver/pull/498 TS-4227: Remove auto_ptr in SPDY plugin This only applies to 5.3.x and is because F22 has a version of GCC that has deprecated auto_ptr. You can merge this pull request into a Git

[GitHub] trafficserver pull request: TS-3948 Lock g_records during in RecDu...

2016-02-23 Thread PSUdaemon
Github user PSUdaemon commented on the pull request: https://github.com/apache/trafficserver/pull/304#issuecomment-187803567 Wanted to update, our prod issues did not go away completely, but were greatly reduced. So I don't think this is the correct or complete fix, but it'

[GitHub] trafficserver pull request: TS-4212: Add option to track memory al...

2016-02-21 Thread PSUdaemon
Github user PSUdaemon commented on the pull request: https://github.com/apache/trafficserver/pull/489#issuecomment-186988593 Duh. Sorry, looking too hard at malloc. I have been trying to find macro we can use, but there isn't anything that I can find that works well. Th

[GitHub] trafficserver pull request: TS-4212: Add option to track memory al...

2016-02-21 Thread PSUdaemon
Github user PSUdaemon commented on the pull request: https://github.com/apache/trafficserver/pull/489#issuecomment-186979652 @bgaff, I think the 8 byte thing is a glibc implementation detail. Also, [this link](http://www.delorie.com/gnu/docs/glibc/libc_31.html ) suggests

[GitHub] trafficserver pull request: TS-4212: Add option to track memory al...

2016-02-21 Thread PSUdaemon
Github user PSUdaemon commented on the pull request: https://github.com/apache/trafficserver/pull/489#issuecomment-186967151 @jpeach, I can't speak to the relative ugliness of the code. It's fairly C-ish like the rest of our memory related code. I don&#

[GitHub] trafficserver pull request: TS-4212: Add option to track memory al...

2016-02-19 Thread PSUdaemon
Github user PSUdaemon commented on the pull request: https://github.com/apache/trafficserver/pull/489#issuecomment-186454905 :+1: This looks good to me. --- 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 pull request: TS-4211: Make freelist_new cleaner so ...

2016-02-19 Thread PSUdaemon
Github user PSUdaemon commented on the pull request: https://github.com/apache/trafficserver/pull/481#issuecomment-186442215 Merged. --- 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 pull request: TS-4211: Make freelist_new cleaner so ...

2016-02-19 Thread PSUdaemon
Github user PSUdaemon closed the pull request at: https://github.com/apache/trafficserver/pull/481 --- 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: TS-4212: Add option to track memory al...

2016-02-19 Thread PSUdaemon
Github user PSUdaemon commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/489#discussion_r53530177 --- Diff: lib/ts/ink_memory.cc --- @@ -209,6 +210,46 @@ ats_mlock(caddr_t addr, size_t len) return res; } +void

[GitHub] trafficserver pull request: TS-4212: Add option to track memory al...

2016-02-19 Thread PSUdaemon
Github user PSUdaemon commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/489#discussion_r53529845 --- Diff: lib/ts/ink_memory.cc --- @@ -209,6 +210,46 @@ ats_mlock(caddr_t addr, size_t len) return res; } +void

[GitHub] trafficserver pull request: TS-4211: Make freelist_new cleaner so ...

2016-02-16 Thread PSUdaemon
Github user PSUdaemon commented on the pull request: https://github.com/apache/trafficserver/pull/481#issuecomment-184719907 I addressed the comments above. At some point in the future I want to replace this with a page allocator for the freelists but that is going to be a bigger

[GitHub] trafficserver pull request: TS-4211: Make freelist_new cleaner so ...

2016-02-15 Thread PSUdaemon
GitHub user PSUdaemon opened a pull request: https://github.com/apache/trafficserver/pull/481 TS-4211: Make freelist_new cleaner so we can debug better. You can merge this pull request into a Git repository by running: $ git pull https://github.com/PSUdaemon/trafficserver

[GitHub] trafficserver pull request: TS-4208: Fix freelist mem dump total a...

2016-02-15 Thread PSUdaemon
Github user PSUdaemon closed the pull request at: https://github.com/apache/trafficserver/pull/479 --- 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: Freelist cleanup 2

2016-02-15 Thread PSUdaemon
GitHub user PSUdaemon opened a pull request: https://github.com/apache/trafficserver/pull/479 Freelist cleanup 2 You can merge this pull request into a Git repository by running: $ git pull https://github.com/PSUdaemon/trafficserver freelist_cleanup_2 Alternatively you can

[GitHub] trafficserver pull request: TS-4198: Restore sync buffer cleanup.

2016-02-12 Thread PSUdaemon
GitHub user PSUdaemon opened a pull request: https://github.com/apache/trafficserver/pull/472 TS-4198: Restore sync buffer cleanup. You can merge this pull request into a Git repository by running: $ git pull https://github.com/PSUdaemon/trafficserver cache_dir_hugepage_free

[GitHub] trafficserver pull request: TS-4197: Add memory debugging

2016-02-11 Thread PSUdaemon
GitHub user PSUdaemon opened a pull request: https://github.com/apache/trafficserver/pull/470 TS-4197: Add memory debugging You can merge this pull request into a Git repository by running: $ git pull https://github.com/PSUdaemon/trafficserver memory_debug Alternatively you

[GitHub] trafficserver pull request: TS-3418: Second hash ring for consiste...

2015-12-16 Thread PSUdaemon
Github user PSUdaemon commented on the pull request: https://github.com/apache/trafficserver/pull/359#issuecomment-165233077 Hey @jpeach, where do you feel this sits? @zwoop is branching 6.1.x soon and wondering if this can make it in or we should push it back to 6.2.x

[GitHub] trafficserver pull request: TS-4030: Allow parent selection to ign...

2015-12-11 Thread PSUdaemon
Github user PSUdaemon commented on the pull request: https://github.com/apache/trafficserver/pull/369#issuecomment-164002946 Updated with url_len removed. --- 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 pull request: TS-4030: Allow parent selection to ign...

2015-12-11 Thread PSUdaemon
Github user PSUdaemon commented on the pull request: https://github.com/apache/trafficserver/pull/369#issuecomment-163997300 There was a lot of redundant or plainly wrong code in there. Like we treated round_robin as a boolean and as an enum. Also a little bit of added NULL

[GitHub] trafficserver pull request: TS-4030: Allow parent selection to ign...

2015-12-08 Thread PSUdaemon
GitHub user PSUdaemon opened a pull request: https://github.com/apache/trafficserver/pull/369 TS-4030: Allow parent selection to ignore query string This allows you to drop the query string when doing the consistent hash in parent selection. Default behavior is the same. Add

[GitHub] trafficserver pull request: TS-3995: Fix Akamai Live streaming

2015-11-18 Thread PSUdaemon
Github user PSUdaemon commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/330#discussion_r45298596 --- Diff: proxy/http/HttpTransactCache.cc --- @@ -1299,7 +1299,7 @@ HttpTransactCache::match_response_to_request_conditionals(HTTPHdr *request, HTTP

[GitHub] trafficserver pull request: (TS-3961) open source Yahoo's ats-mult...

2015-10-23 Thread PSUdaemon
Github user PSUdaemon commented on the pull request: https://github.com/apache/trafficserver/pull/302#issuecomment-15062 @dmorilha, this looks pretty good. I am almost ready to commit it. Can you add one last change? Please update the NOTICES file. Then I will merge

[GitHub] trafficserver pull request: TS-3948 Lock g_records during in RecDu...

2015-10-09 Thread PSUdaemon
Github user PSUdaemon commented on the pull request: https://github.com/apache/trafficserver/pull/304#issuecomment-146888152 FWIW, I use this in prod and our corruption issues have gone away. We are not using hardening so I think we see silent corruption instead of crashes like

[GitHub] trafficserver pull request: (TS-3961) open source Yahoo's ats-mult...

2015-10-08 Thread PSUdaemon
Github user PSUdaemon commented on the pull request: https://github.com/apache/trafficserver/pull/302#issuecomment-146683942 I should also add this looks very interesting and thanks for contributing it! --- If your project is set up for it, you can reply to this email and have your

[GitHub] trafficserver pull request: (TS-3961) open source Yahoo's ats-mult...

2015-10-08 Thread PSUdaemon
Github user PSUdaemon commented on the pull request: https://github.com/apache/trafficserver/pull/302#issuecomment-146682956 This belongs under the experimental directory. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well

[GitHub] trafficserver pull request: TS-3956: Header_rewrite applies strang...

2015-10-05 Thread PSUdaemon
Github user PSUdaemon commented on the pull request: https://github.com/apache/trafficserver/pull/300#issuecomment-145647206 This looks reasonable. I'm not surprised that the existing code is broken. I wrote it in a hurry to be able to remove Boost but I guess I didn&#

[GitHub] trafficserver pull request: fix hosting.config documentation, acor...

2015-06-18 Thread PSUdaemon
Github user PSUdaemon commented on the pull request: https://github.com/apache/trafficserver/pull/160#issuecomment-113212815 TS-3706 https://issues.apache.org/jira/browse/TS-3706 --- If your project is set up for it, you can reply to this email and have your reply appear on

[GitHub] trafficserver pull request: rc script : gentoo support

2015-06-18 Thread PSUdaemon
Github user PSUdaemon commented on the pull request: https://github.com/apache/trafficserver/pull/226#issuecomment-113203717 TS-3698: Linking with JIRA issue. https://issues.apache.org/jira/browse/TS-3698 --- If your project is set up for it, you can reply to this email and

[GitHub] trafficserver pull request: make CTYPE_LOCAL a first class citizen

2015-06-18 Thread PSUdaemon
Github user PSUdaemon commented on the pull request: https://github.com/apache/trafficserver/pull/201#issuecomment-113199261 TS-3705: Created JIRA issue to track this https://issues.apache.org/jira/browse/TS-3705 --- If your project is set up for it, you can reply to this

[GitHub] trafficserver pull request: Removed remnants of h2-14 identifier

2015-06-17 Thread PSUdaemon
Github user PSUdaemon commented on the pull request: https://github.com/apache/trafficserver/pull/228#issuecomment-112934087 This has to wait until 7.0.0. --- 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 pull request: fix hosting.config documentation, acor...

2015-06-17 Thread PSUdaemon
Github user PSUdaemon commented on the pull request: https://github.com/apache/trafficserver/pull/160#issuecomment-112916955 Tried to commit and there was a merge conflict. Can you rebase onto master? --- If your project is set up for it, you can reply to this email and have your

[GitHub] trafficserver pull request: add init test for SSL Termination

2015-06-17 Thread PSUdaemon
Github user PSUdaemon commented on the pull request: https://github.com/apache/trafficserver/pull/192#issuecomment-112873763 @jacksontj - You going to commit this? Should we create JIRA's for tsqa? --- If your project is set up for it, you can reply to this email and

[GitHub] trafficserver pull request: Integration test for TLS ticket key ro...

2015-06-17 Thread PSUdaemon
Github user PSUdaemon commented on the pull request: https://github.com/apache/trafficserver/pull/189#issuecomment-112872594 @jacksontj - Are you going to commit 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

[GitHub] trafficserver pull request: [TS-2157] Replace addr with src_addr a...

2015-06-17 Thread PSUdaemon
Github user PSUdaemon commented on the pull request: https://github.com/apache/trafficserver/pull/182#issuecomment-112872161 https://issues.apache.org/jira/browse/TS-2157 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well

[GitHub] trafficserver pull request: fix hosting.config documentation, acor...

2015-06-17 Thread PSUdaemon
Github user PSUdaemon commented on the pull request: https://github.com/apache/trafficserver/pull/160#issuecomment-112871386 I'll commit this 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 project

[GitHub] trafficserver pull request: Add initial python-based functional te...

2015-06-17 Thread PSUdaemon
Github user PSUdaemon commented on the pull request: https://github.com/apache/trafficserver/pull/141#issuecomment-112871152 This should be closed. --- 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 pull request: docs: Add Doxygen group commands to AP...

2015-06-17 Thread PSUdaemon
Github user PSUdaemon commented on the pull request: https://github.com/apache/trafficserver/pull/85#issuecomment-112869469 This is associated with JIRA TS-2803 which was closed as "won't fix". Can this be closed now, or is there something here we need to reconsider

[GitHub] trafficserver pull request: Documentation precision about balancer...

2015-06-17 Thread PSUdaemon
Github user PSUdaemon commented on the pull request: https://github.com/apache/trafficserver/pull/74#issuecomment-112869069 I don't think this patch is going to be accepted as is. Can you fix or close this pull request? --- If your project is set up for it, you can reply to

[GitHub] trafficserver pull request: Add support for whitelist of headers t...

2015-06-17 Thread PSUdaemon
Github user PSUdaemon commented on the pull request: https://github.com/apache/trafficserver/pull/68#issuecomment-112868309 This is JIRA TS-2666 and has been added and closed. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as

[GitHub] trafficserver pull request: Converted Apache::TS::AdminClient to u...

2015-06-17 Thread PSUdaemon
Github user PSUdaemon commented on the pull request: https://github.com/apache/trafficserver/pull/35#issuecomment-112865103 Sorry we've taken so long to get back to you. We haven't been paying much attention to pull requests not associated with JIRA's, but w

[GitHub] trafficserver pull request: interim cache docs

2015-06-16 Thread PSUdaemon
Github user PSUdaemon commented on the pull request: https://github.com/apache/trafficserver/pull/161#issuecomment-112621657 Interim cache has been removed as of 6.0.0. --- 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 pull request: Removed hard-coded formats; now config...

2015-06-16 Thread PSUdaemon
Github user PSUdaemon commented on the pull request: https://github.com/apache/trafficserver/pull/225#issuecomment-112621262 Sorry, I forgot to add the "this closes" part. @cjqian, can you close this please? Thanks. --- If your project is set up for it, you ca

[GitHub] trafficserver pull request: Issues/ts 667

2015-06-11 Thread PSUdaemon
Github user PSUdaemon commented on the pull request: https://github.com/apache/trafficserver/pull/221#issuecomment-111332012 This PR includes part of #219 in it. It appears that you branched from your previous branch instead of from master? Please fix. --- If your project