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.

I suspect you in fact want something like "unbuffered upload" 
instead, not chunked transfer encoding.  This is not something 
nginx currently supports, see here for details:

http://trac.nginx.org/nginx/ticket/251

-- 
Maxim Dounin
http://nginx.org/

_______________________________________________
nginx mailing list
[email protected]
http://mailman.nginx.org/mailman/listinfo/nginx

Reply via email to