Re: streaming request

2013-05-23 Thread Pasi Kärkkäinen
On Tue, May 21, 2013 at 05:33:29PM +0400, Maxim Dounin wrote: > Hello! > > On Tue, May 21, 2013 at 08:28:19AM -0400, pgte wrote: > > > Hi, > > > > I'm trying to do a streaming request that uses chunked encoding that gets > > forwarded to a back-end nod

Re: streaming request

2013-05-21 Thread Maxim Dounin
Hello! On Tue, May 21, 2013 at 08:28:19AM -0400, pgte wrote: > Hi, > > I'm trying to do a streaming request that uses chunked encoding that gets > forwarded to a back-end node.js http server. In this case the client does > not end the request before it gets a response he

streaming request

2013-05-21 Thread pgte
Hi, I'm trying to do a streaming request that uses chunked encoding that gets forwarded to a back-end node.js http server. In this case the client does not end the request before it gets a response header from the server. This works well if using node.js standalone, but when fronted by