<span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; border-collapse: collapse; ">HI, all<br><br>   i&#39;m  use nginx load balance. <br>   <br>   the response http header ,  The &quot;Content-Length&quot; is the last line on the header , see the under :<br>
<br>HTTP/1.1 200 OK<br>Server: nginx/0.8.30<br>Date: Sun, 31 Jan 2010 04:20:08 GMT<br>Content-Type: text/html;charset=UTF-8<br>Connection: keep-alive <br>Content-Length: 46<br><br>   how to change the http header attribute sort order? like this ?<br>
<br>HTTP/1.1 200 OK<br>Server: nginx/0.8.30<br>Connection: keep-alive <br>Content-Length: 46<br>Date: Sun, 31 Jan 2010 04:20:08 GMT<br>Content-Type: text/html;charset=UTF-8</span>