ngx_chunkin does not support PUT requests yet (Was Re: PUT support for chunked encoding with no Content-Length header)

agentzh agentzh at gmail.com
Mon Aug 2 11:48:25 MSD 2010


On Fri, Jul 23, 2010 at 2:15 AM, Aaron Nichols <anichols at trumped.org> wrote:
> On Tue, Apr 27, 2010 at 10:23 PM, agentzh <agentzh at gmail.com> wrote:
>> Okay, my bad. ngx_chunkin does not support PUT requests yet (The nginx
>> core goes another route for non-POST requests with chunked encoding.).
>>
>> I've never tried PUT in my test suite. I'll try fixing it in the next
>> release. It should be a simple fix in the
>> ngx_http_chunkin_is_chunked_encod
>> ing function. Thanks for the report!
>
> Did this ever make it into a release? I'd love to try it out.
>

Just for the record, ngx_chunkin has now got chunked PUT support since
the v0.20 release:

    http://wiki.nginx.org/NginxHttpChunkinModule#v0.20

Have fun!
-agentzh



More information about the nginx mailing list