Welcome! Log In Create A New Profile

Advanced

Re: upstream sent invalid chunked response

Wim R. Crols
February 24, 2014 10:42AM
>
> The message indicate that upstream server returned invalid
> response, or at least nginx thinks it is invalid. If you think
> that response returned is valid, it's good idea to actually
> provide what was returned, as well as nginx's debug log.
>
>
> --
> Maxim Dounin
> http://nginx.org/


Thank you.
You were right. It turned out JBoss (or one of its components) gave a
strange response in HTTP 1.1 chunked transfer... but without chunk sizes.
I solved it by adding these two directives:

+ proxy_http_version 1.1;
+ proxy_set_header Connection "";
_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Subject Author Posted

upstream sent invalid chunked response

Wim R. Crols February 24, 2014 05:54AM

Re: upstream sent invalid chunked response

Maxim Dounin February 24, 2014 06:06AM

Re: upstream sent invalid chunked response

Wim R. Crols February 24, 2014 10:42AM

Re: upstream sent invalid chunked response

mehtad August 28, 2014 01:50PM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 198
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