<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">Thanks I will give that a try. I did
      not know that options was there :)<br>
      <br>
      when proxy_http_version 1.1 is enabled I am assuming that clients
      that are 1.0 only are still supported.<br>
      <br>
      Duane<br>
      <br>
      On 12-10-16 1:48 PM, trm asn wrote:<br>
    </div>
    <blockquote
cite="mid:CACZSWMpCjC9NfGztTSd5t-48w+HiRkd-YxUFcuD-YKoeYtwibA@mail.gmail.com"
      type="cite"><br>
      <br>
      <div class="gmail_quote">On Tue, Oct 16, 2012 at 11:05 PM,
        rattyshack <span dir="ltr"><<a moz-do-not-send="true"
            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 moz-do-not-send="true"
                  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>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
nginx mailing list
<a class="moz-txt-link-abbreviated" href="mailto:nginx@nginx.org">nginx@nginx.org</a>
<a class="moz-txt-link-freetext" href="http://mailman.nginx.org/mailman/listinfo/nginx">http://mailman.nginx.org/mailman/listinfo/nginx</a></pre>
    </blockquote>
    <br>
  </body>
</html>