[GitHub] trafficserver pull request: patch for TS-2834

2014-05-22 Thread manjeshnilange
GitHub user manjeshnilange opened a pull request: https://github.com/apache/trafficserver/pull/91 patch for TS-2834 This patch adds a condition "INTERNAL-TRANSACTION' and makes the client IP '%' available for COND arguments. Usage examples cond %{R

[GitHub] trafficserver pull request: fix for TS-2779 (atscppapi: bug in Asy...

2014-05-05 Thread manjeshnilange
GitHub user manjeshnilange opened a pull request: https://github.com/apache/trafficserver/pull/77 fix for TS-2779 (atscppapi: bug in AsyncTimer - cancel results in crash) The fix is that in cancel() we remember this fact and use it to check cancel retry. You can merge this pull

[GitHub] trafficserver pull request: atscppapi: fix for TS-2777 - using con...

2014-05-02 Thread manjeshnilange
GitHub user manjeshnilange opened a pull request: https://github.com/apache/trafficserver/pull/76 atscppapi: fix for TS-2777 - using content length from correct header Previously, the intercept code was looking for the Content Length header in the data sent by the client. However

[GitHub] trafficserver pull request: patch for TS-2720 atscppapi: Request t...

2014-04-15 Thread manjeshnilange
GitHub user manjeshnilange opened a pull request: https://github.com/apache/trafficserver/pull/73 patch for TS-2720 atscppapi: Request transformation streaming doesn't work Patch buffers the output till setOutputComplete() is called. You can merge this pull request into

[GitHub] trafficserver pull request: patch for TS-2719 - atscppapi: Check f...

2014-04-15 Thread manjeshnilange
Github user manjeshnilange closed the pull request at: https://github.com/apache/trafficserver/pull/71 --- 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: patch for TS-2719 - atscppapi: Check f...

2014-04-15 Thread manjeshnilange
GitHub user manjeshnilange opened a pull request: https://github.com/apache/trafficserver/pull/71 patch for TS-2719 - atscppapi: Check for error state in intercept You can merge this pull request into a Git repository by running: $ git pull https://github.com/manjeshnilange

[GitHub] trafficserver pull request: Patch for TS-2652: Allowing cancelatio...

2014-03-20 Thread manjeshnilange
GitHub user manjeshnilange opened a pull request: https://github.com/apache/trafficserver/pull/65 Patch for TS-2652: Allowing cancelation of AsyncProviders You can merge this pull request into a Git repository by running: $ git pull https://github.com/manjeshnilange

[GitHub] trafficserver pull request: atscppapi: fixes for TS-2651: race con...

2014-03-19 Thread manjeshnilange
GitHub user manjeshnilange opened a pull request: https://github.com/apache/trafficserver/pull/64 atscppapi: fixes for TS-2651: race conditions in destruction of ... ...async providers. Also, I noticed a duplicated lock while invoking an intercept plugin. Though the

[GitHub] trafficserver pull request: atscppapi: Bug fixes in headers and at...

2014-03-12 Thread manjeshnilange
GitHub user manjeshnilange opened a pull request: https://github.com/apache/trafficserver/pull/62 atscppapi: Bug fixes in headers and atscppapi As discussed - there is now a wireStr() in Headers and I'm fixing a couple of bugs in intercept. You can merge this pull request i

[GitHub] trafficserver pull request: Revert of previous commit

2014-03-12 Thread manjeshnilange
Github user manjeshnilange closed the pull request at: https://github.com/apache/trafficserver/pull/61 --- 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: Revert of previous commit

2014-03-12 Thread manjeshnilange
GitHub user manjeshnilange opened a pull request: https://github.com/apache/trafficserver/pull/61 Revert of previous commit Reverting 626061fd28e3f78b662bbef0f60d13b15c9acebd. You can merge this pull request into a Git repository by running: $ git pull https://github.com

[GitHub] trafficserver pull request: atscppapi: Locking fix in xform and ut...

2014-03-10 Thread manjeshnilange
GitHub user manjeshnilange opened a pull request: https://github.com/apache/trafficserver/pull/60 atscppapi: Locking fix in xform and utility macro for logging You can merge this pull request into a Git repository by running: $ git pull https://github.com/manjeshnilange

[GitHub] trafficserver pull request: atscppapi: Added missing intercept fil...

2014-03-06 Thread manjeshnilange
GitHub user manjeshnilange opened a pull request: https://github.com/apache/trafficserver/pull/58 atscppapi: Added missing intercept files You can merge this pull request into a Git repository by running: $ git pull https://github.com/manjeshnilange/trafficserver master

[GitHub] trafficserver pull request: Fixed async http fetch to support head...

2014-03-06 Thread manjeshnilange
GitHub user manjeshnilange opened a pull request: https://github.com/apache/trafficserver/pull/56 Fixed async http fetch to support headers and post body You can merge this pull request into a Git repository by running: $ git pull https://github.com/manjeshnilange