PUT support for chunked encoding with no Content-Length header

agentzh agentzh at gmail.com
Sun Apr 25 14:06:15 MSD 2010


On Sat, Apr 24, 2010 at 1:48 AM, anichols <nginx-forum at nginx.us> wrote:
> Hello,
>   I have seen this topic discussed here but never with any conclusion that I saw. I am trying to move to nginx in an environment where we PUT files using chunked encoding. We do not provide the Content-Length because we do not have this information, files we are storing could be very large and are effectively streamed into our application and then into nginx (which we are trying to use with mogilefs).
>
> The error I am getting in the nginx logs when I try to do this is the following:

You may find the ngx_chunkin module helpful:

    http://wiki.nginx.org/NginxHttpChunkinModule

Cheers,
-agentzh



More information about the nginx mailing list