[GitHub] trafficserver issue #1152: TS-5009 CID 1022011 Logically dead code removal

2016-10-27 Thread ngara
Github user ngara commented on the issue: https://github.com/apache/trafficserver/pull/1152 Maybe this should be an ink_abort instead of ink_release_assert? --- 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 #1152: TS-5009 CID 1022011 Logically dead code removal

2016-10-27 Thread ngara
Github user ngara commented on the issue: https://github.com/apache/trafficserver/pull/1152 I took a close look at this and I didn't make the change that caused clang-format to fail here --- If your project is set up for it, you can reply to this email and have your reply appear

[GitHub] trafficserver issue #1152: TS-5009 CID 1022011 Logically dead code removal

2016-10-27 Thread ngara
Github user ngara commented on the issue: https://github.com/apache/trafficserver/pull/1152 OK, figured it out. removing a variable made the equals signs want to line up differently on a line i didnt modify. Fixed! --- If your project is set up for it, you can reply to this email

[GitHub] trafficserver issue #1152: TS-5009 CID 1022011 Logically dead code removal

2016-10-27 Thread ngara
Github user ngara commented on the issue: https://github.com/apache/trafficserver/pull/1152 I put the plugin hook in and got it working. Thanks for the suggestion. Nathan > On Oct 26, 2016, at 9:01 PM, Leif Hedstrom <notificati...@github.com&g

[GitHub] trafficserver pull request #1155: TS-5012 CID 1267812 Logically Dead Code fi...

2016-10-26 Thread ngara
GitHub user ngara opened a pull request: https://github.com/apache/trafficserver/pull/1155 TS-5012 CID 1267812 Logically Dead Code fixed removed ink_asserts in favor of ink_abort with an error message You can merge this pull request into a Git repository by running: $ git pull

[GitHub] trafficserver pull request #1152: TS-5009 CID 1022011 Logically dead code re...

2016-10-26 Thread ngara
GitHub user ngara opened a pull request: https://github.com/apache/trafficserver/pull/1152 TS-5009 CID 1022011 Logically dead code removal Please review - I changed this code to ink_release_assert instead of the following code, which seems to either return '\0' or *b->st

[GitHub] trafficserver pull request #1149: TS-5008 CID 1022007 Logically dead code

2016-10-26 Thread ngara
GitHub user ngara opened a pull request: https://github.com/apache/trafficserver/pull/1149 TS-5008 CID 1022007 Logically dead code The first "if (in_ext_map)" and if (ret) return ret; causes the following code if (in_ext_map) to never execute. Modified to c

[GitHub] trafficserver pull request #1145: TS-5004 CID 1021675 Structurally dead code...

2016-10-26 Thread ngara
GitHub user ngara opened a pull request: https://github.com/apache/trafficserver/pull/1145 TS-5004 CID 1021675 Structurally dead code removed Removed some lines of code that won't get executed You can merge this pull request into a Git repository by running: $ git pull https

[GitHub] trafficserver issue #963: TS-4815 - CID 1267839 dead code in /mgmt/api/CfgCo...

2016-09-21 Thread ngara
Github user ngara commented on the issue: https://github.com/apache/trafficserver/pull/963 Alright, I cleaned up my mess. Here's just the single commit. --- 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 #1021: TS-4864 CID 1362769 - when pthread_create fails, ...

2016-09-15 Thread ngara
Github user ngara commented on the issue: https://github.com/apache/trafficserver/pull/1021 jpeach: I made the suggested modification. Tests good, also tested with ret=1 to see how the error would print and that works as expected. --- If your project is set up for it, you can reply

[GitHub] trafficserver pull request #1021: TS-4864 CID 1362769 - when pthread_create ...

2016-09-14 Thread ngara
GitHub user ngara opened a pull request: https://github.com/apache/trafficserver/pull/1021 TS-4864 CID 1362769 - when pthread_create fails, ink_abort instead of… … returning 0, and remove dead code You can merge this pull request into a Git repository by running: $ git

[GitHub] trafficserver issue #963: TS-4815 - CID 1267839 dead code in /mgmt/api/CfgCo...

2016-09-13 Thread ngara
Github user ngara commented on the issue: https://github.com/apache/trafficserver/pull/963 This pull request should not be merged in. Handling it with TS-4860 instead. --- 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 #963: TS-4815 - CID 1267839 dead code in /mgmt/ap...

2016-09-13 Thread ngara
GitHub user ngara reopened a pull request: https://github.com/apache/trafficserver/pull/963 TS-4815 - CID 1267839 dead code in /mgmt/api/CfgContextManager.cc: re… TS-4815 - CID 1267839 dead code in /mgmt/api/CfgContextManager.cc: return TS_ERR_PARAMS; You can merge this pull

[GitHub] trafficserver pull request #963: TS-4815 - CID 1267839 dead code in /mgmt/ap...

2016-09-13 Thread ngara
Github user ngara closed the pull request at: https://github.com/apache/trafficserver/pull/963 --- 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 #963: TS-4815 - CID 1267839 dead code in /mgmt/api/CfgCo...

2016-09-07 Thread ngara
Github user ngara commented on the issue: https://github.com/apache/trafficserver/pull/963 Thanks for the feedback. Updated to use ink_release_assert which will always execute, and ready to review again. --- If your project is set up for it, you can reply to this email and have your

[GitHub] trafficserver issue #893: TS-4581 CID 1356973 dead code in proxy/hdrs/HTTP.c...

2016-09-01 Thread ngara
Github user ngara commented on the issue: https://github.com/apache/trafficserver/pull/893 ok, conflicts resolved again --- 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 #893: TS-4581 CID 1356973 dead code in proxy/hdrs/HTTP.c...

2016-08-23 Thread ngara
Github user ngara commented on the issue: https://github.com/apache/trafficserver/pull/893 Please take a look again, it should be fixed now. --- 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 pull request #893: TS-4581 CID 1356973 dead code in proxy/hdrs...

2016-08-22 Thread ngara
GitHub user ngara opened a pull request: https://github.com/apache/trafficserver/pull/893 TS-4581 CID 1356973 dead code in proxy/hdrs/HTTP.cc You can merge this pull request into a Git repository by running: $ git pull https://github.com/ngara/trafficserver TS-4581