TS-2729 - Add HTTP/2 support to ATS

2015-02-11 Thread Adam W. Dace
Sorry to bug everyone, but I just wanted to ask a couple of quick questions about HTTP 2.0 and Traffic Server. I did some quick testing with Firefox 35 and Google's sites recently. Using Live HTTP Headers I saw some responses with the happy-looking "HTTP/2.0" string in there. It got me thinking:

Re: Sending chunked data on intercept plugins

2015-02-11 Thread gang li
Suppose you begin to write data to the TSVConn which is got from continuation's handler with TS_EVENT_NET_ACCEPT event, you can insert the 'Transfer-Encoding: chunked' in the response header, and then when you got a data segment from other place, just wrap it in chunked format. On Thu, Feb 12, 2

RE: On git master being stable, CI and everything

2015-02-11 Thread Bin Zeng
+1 Great writing! From: Leif Hedstrom [zw...@apache.org] Sent: Tuesday, February 10, 2015 8:09 PM To: dev Subject: On git master being stable, CI and everything Hi all, this is a reminder to all our developers that our master tree is expected to be stab

Re: Sending chunked data on intercept plugins

2015-02-11 Thread Sandeep Davu
Thanks, I was a little confused about this part. I was looking for helper function which can do it for me. I see that ChunkHandler has access to chunk and dechunk, but is not exposed. Should this be exposed for making the plugin experience easier? Sandeep. On Wed, Feb 11, 2015 at 2:38 PM, Brian

Re: Sending chunked data on intercept plugins

2015-02-11 Thread Brian Geffon
You'll have to handle chunking yourself; it should be relatively simple to do. On Wed, Feb 11, 2015 at 2:22 PM, Sandeep Davu wrote: > Who will be responsible for chunking? Plugin has access to response and not > chunked data. If Intercept writes a raw byte stream, how does the data get > chunke

Re: Sending chunked data on intercept plugins

2015-02-11 Thread Sandeep Davu
Who will be responsible for chunking? Plugin has access to response and not chunked data. If Intercept writes a raw byte stream, how does the data get chunked? Sandeep. On Wed, Feb 11, 2015 at 1:51 PM, James Peach wrote: > > > On Feb 11, 2015, at 11:35 AM, Sandeep Davu > wrote: > > > > How t

Re: Sending chunked data on intercept plugins

2015-02-11 Thread James Peach
> On Feb 11, 2015, at 11:35 AM, Sandeep Davu wrote: > > How to send chunked data on Server Intercept Plugin? The content length is > not known before hand. Idea is to stream data as it becomes available. I > am assuming the intercept send data needs to know that the data is chunked. The server

Sending chunked data on intercept plugins

2015-02-11 Thread Sandeep Davu
How to send chunked data on Server Intercept Plugin? The content length is not known before hand. Idea is to stream data as it becomes available. I am assuming the intercept send data needs to know that the data is chunked. Any ideas? Sandeep.

Re: Req. Info - ts_lua

2015-02-11 Thread gang li
Good question, this feature will cover many things, such as capture urls from common hook stage or Intercept, and I think FetchSM will be used to implement this feature. On Wed, Feb 11, 2015 at 7:26 PM, Luca Rea wrote: > Hi Kit, > is there a way to replicate the ngx.location.capture_multi API me

RE: Req. Info - ts_lua

2015-02-11 Thread Luca Rea
Hi Kit, is there a way to replicate the ngx.location.capture_multi API method? -Original Message- From: Shu Kit Chan [mailto:chanshu...@gmail.com] Sent: mercoledì 11 febbraio 2015 00:52 To: dev@trafficserver.apache.org Subject: Re: Req. Info - ts_lua I have recently made a few improveme