<br><br><div class="gmail_quote">On Tue, Oct 16, 2012 at 11:05 PM, rattyshack <span dir="ltr"><<a href="mailto:duanemulder@rattyshack.ca" target="_blank">duanemulder@rattyshack.ca</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div>Hello list.<div>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.</div><div>XML parsing failed: (411 Length Required) </div><div>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.</div>
<div>Does 1.2.4 have support for httpchunkinmodule?  And how would I use it.</div><div><br></div><div>Duane</div><div><br><div>Sent from my BlackBerry® PlayBook™<br><a href="http://www.blackberry.com" target="_blank">www.blackberry.com</a></div>
<br></div></div>

<br></blockquote><div><br>use the below function after proxy_pass.<br><br>proxy_http_version 1.1; <br><br>i think it'll solve the issue.<br><br>--trm<br></div></div>