Re: nginx chunked transfer encoding, cannot get it to work

2014-09-20 Thread jediknight
Is unbuffered upload going to be implemented for SPDY as well? Posted at Nginx Forum: http://forum.nginx.org/read.php?2,253246,253441#msg-253441 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: nginx chunked transfer encoding, cannot get it to work

2014-09-15 Thread Maxim Dounin
Hello! On Mon, Sep 15, 2014 at 08:08:10AM -0400, nkolev wrote: > How can I get the nginx chunked transfer encoding downlink to work? Chunked transfer encoding is used automatically when needed (and allowed by a protocol used), and automatically decoded when a client or a backend server uses it

nginx chunked transfer encoding, cannot get it to work

2014-09-15 Thread nkolev
I am using an implemention of nginx with jetty servlets. For the purpose of my project I need to initialize two connection to the jetty servlet and keep them open. To initialize the downlink I use a normal request and I get the inputstream back. To initialize the uplink I use a chunked encoding r