Http 1.1 chucking support


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

On Tue, Oct 16, 2012 at 11:05 PM, rattyshack
[email protected]wrote:

Sent from my BlackBerry PlayBook
www.blackberry.com

use the below function after proxy_pass.

proxy_http_version 1.1;

i think it’ll solve the issue.

–trm

On Oct 16, 2012, at 9:35 PM, rattyshack [email protected]
wrote:

Hello list.
So we are running nginx 1.2.4 and when connecting with an svn client using the
service library nginx is returning the following error.
XML parsing failed: (411 Length Required)
From what I can tell I need to compile in the httpchunkinmodule. However the
module was last tested on the website with version 1.1.5.
Does 1.2.4 have support for httpchunkinmodule? And how would I use it.

The author should be able to answer in full :slight_smile: There’s work ongoing to
make full chunked encoding on input work out of the stock nginx. Should
be ready somewhere around Dec 2013.

On Oct 16, 2012, at 11:26 PM, Andrew A. [email protected] wrote:

On Oct 16, 2012, at 9:35 PM, rattyshack [email protected] wrote:

Hello list.
So we are running nginx 1.2.4 and when connecting with an svn client using the
service library nginx is returning the following error.
XML parsing failed: (411 Length Required)
From what I can tell I need to compile in the httpchunkinmodule. However the
module was last tested on the website with version 1.1.5.
Does 1.2.4 have support for httpchunkinmodule? And how would I use it.

The author should be able to answer in full :slight_smile: There’s work ongoing to make full
chunked encoding on input work out of the stock nginx. Should be ready somewhere
around Dec 2013.

That one was really good. I meant Dec 2012.

On Wednesday 17 October 2012 07:31:36 Duane wrote:

Thanks I will give that a try. I did not know that options was there :slight_smile:

when proxy_http_version 1.1 is enabled I am assuming that clients that
are 1.0 only are still supported.

This directive does not have anything to do with clients.
Please, see the docs: Module ngx_http_proxy_module

wbr, Valentin V. Bartenev

http://nginx.org/en/donation.html