Welcome! Log In Create A New Profile

Advanced

Re: Content-Length is not ignored for chunked requests: Nginx violates RFC 2616

agentzh
December 18, 2009 02:06AM
On Fri, Dec 18, 2009 at 10:52 AM, agentzh <agentzh@gmail.com> wrote:
>
> I'd really hope to see this issue gets fixed in the mainstream version
> of nginx AND get a work-around for existing versions >= 0.7.21 ;)
>

Okay, I've found out a quick workaround and got my tests passing completely :D

Essentially I now require my ngx_chunkin module's users to define a
411 error_page themselves, like this:

chunkin on;
error_page 411 = @my_error;
location @my_error {
chunkin_resume;
}

That is, custom error pages take precedence over the default
"discard_request_body" call. It's surely a hack, but it works for me
;)

Still I'd love to see this content-length issue gets resolved in the
core. I won't mind adding a few more instances of #if and #else :)

> Any help will be highly appreciated :)
>

Ditto :)

Thanks!
-agentzh

_______________________________________________
nginx-devel mailing list
nginx-devel@nginx.org
http://nginx.org/mailman/listinfo/nginx-devel
Subject Author Views Posted

Content-Length is not ignored for chunked requests: Nginx violates RFC 2616

agentzh 4304 December 17, 2009 09:54PM

Re: Content-Length is not ignored for chunked requests: Nginx violates RFC 2616

agentzh 1805 December 18, 2009 02:06AM



Sorry, you do not have permission to post/reply in this forum.

Online Users

Guests: 300
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready