Re: http redirection

2016-06-06 Thread Leif Hedstrom
> On Jun 5, 2016, at 10:41 PM, Rafiee wrote: > > Ok, that makes sense I think (although, I’d probably question why you don’t let ATS proxy instead of doing redirects). That much said, depending on what identifies the requests (request1 vs request2), you either should use the redirect dir

Possible problem isolation!!! SSLNetVConnection IOBufferBlock management issue on ATS 6.0.0

2016-06-06 Thread Craig Schomburg (craigs)
Susan, I believe we may have found the root of our problem. Would like your input to confirm. Appears that this is a area you are intimately familiar with ☺ So again this is a continuation of the progress update I sent on 05-June (below)… So again, single SSL session with multiple successive G

[GitHub] trafficserver pull request #697: TS-4510: support multiple header with same ...

2016-06-06 Thread shukitchan
GitHub user shukitchan opened a pull request: https://github.com/apache/trafficserver/pull/697 TS-4510: support multiple header with same name Currently ts_lua plugin does not handle well when the request or response contains multiple header with the same name. We either r

[GitHub] trafficserver issue #571: TS-3245 : Changes optind = 1 to optind = 0 for all...

2016-06-06 Thread pbchou
Github user pbchou commented on the issue: https://github.com/apache/trafficserver/pull/571 Hi. I opened PR #696 under a new branch with a new patch based on the sample code provided by @jpeach. I had to re-base this branch on my local repository with master due to all of the interven

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

2016-06-06 Thread pbchou
Github user pbchou closed the pull request at: https://github.com/apache/trafficserver/pull/571 --- 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 #696: TS-3245: Made changes based on input from J...

2016-06-06 Thread pbchou
GitHub user pbchou opened a pull request: https://github.com/apache/trafficserver/pull/696 TS-3245: Made changes based on input from James Peach to allow multiple global plugins to co-exist in the plugin.config file. Also, made the same changes to allow remap pl

[GitHub] trafficserver pull request #695: TS-4331 TTL is in seconds, not nanoseconds

2016-06-06 Thread jacksontj
Github user jacksontj closed the pull request at: https://github.com/apache/trafficserver/pull/695 --- 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 pull request #695: TS-4331 TTL is in seconds, not nanoseconds

2016-06-06 Thread jacksontj
GitHub user jacksontj opened a pull request: https://github.com/apache/trafficserver/pull/695 TS-4331 TTL is in seconds, not nanoseconds You can merge this pull request into a Git repository by running: $ git pull https://github.com/jacksontj/trafficserver TS-4436 Alternative

[GitHub] trafficserver pull request #631: TS-4436: Move hosts file implementation to ...

2016-06-06 Thread SolidWallOfCode
Github user SolidWallOfCode commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/631#discussion_r65959288 --- Diff: iocore/hostdb/HostDB.cc --- @@ -1998,6 +1988,19 @@ HostDBContinuation::do_dns() hostdb_cont_free(this); return;

Re: [GitHub] trafficserver pull request: TSHttpTxnParentProxySet regression tes...

2016-06-06 Thread Kamil Abboud
unsubscribe On Thu, Apr 28, 2016 at 3:42 AM, jpeach wrote: > GitHub user jpeach opened a pull request: > > https://github.com/apache/trafficserver/pull/605 > > TSHttpTxnParentProxySet regression test > > Add a regression test for ``TSHttpTxnParentProxySet``. > > You can merge this pu

Re: http redirection

2016-06-06 Thread Rafiee
[image: Redirect.jpg] On Mon, 6 Jun 2016 at 04:37 Leif Hedstrom wrote: > Also when you say redirect, I'm guessing you don't mean redirect? A > redirect in HTTP is e.g a 302 response asking the client to go elsewhere. > > Are you asking to do round-robin between a number of origin servers? > > --

[GitHub] trafficserver pull request #653: TS-4331: Major re-write of hostdb

2016-06-06 Thread SolidWallOfCode
Github user SolidWallOfCode commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/653#discussion_r65899492 --- Diff: lib/ts/ink_res_init.cc --- @@ -503,7 +503,20 @@ ink_res_init(ink_res_state statp, ///< State object to update.