Http 1.1 chucking support

trm asn trm.nagios at gmail.com
Tue Oct 16 17:48:30 UTC 2012


On Tue, Oct 16, 2012 at 11:05 PM, rattyshack <duanemulder at rattyshack.ca>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.
>
> Duane
>
> 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.nginx.org/pipermail/nginx/attachments/20121016/d73fd1e3/attachment.html>


More information about the nginx mailing list