Thanks for your reply. Could you&nbsp;give&nbsp;me&nbsp;a hint&nbsp;&nbsp;that&nbsp;I&nbsp;can&nbsp;modify&nbsp;the&nbsp;nginx&nbsp;source&nbsp;code&nbsp;to&nbsp;let&nbsp;nginx&nbsp;outputs&nbsp;the&nbsp;original&nbsp;data? <br><br><div><span class="gmail_quote">On 5/9/08, <b class="gmail_sendername">Igor Sysoev</b> &lt;<a href="mailto:is@rambler-co.ru">is@rambler-co.ru</a>&gt; wrote:</span><blockquote class="gmail_quote" style="margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0; margin-left: 0.80ex; border-left-color: #cccccc; border-left-width: 1px; border-left-style: solid; padding-left: 1ex">
On Fri, May 09, 2008 at 08:55:46AM +0800, san wrote:<br><br> &gt; I have a problem while using nginx to proxy anytermd. anytermd is a simple<br> &gt; web server which always outputs chunked<br> &gt; data. The following is the data that nginx gave to me:<br>
 &gt;<br> &gt; HTTP/1.1 200 OK<br> &gt; Server: nginx/0.5.36<br> &gt; Date: Fri, 09 May 2008 00:30:37 GMT<br> &gt; Content-Type: text/html<br> &gt; Transfer-Encoding: chunked<br> &gt; Connection: close<br> &gt; Transfer-Encoding: chunked<br>
 &gt;<br> &gt; 75f<br> &gt; 753<br> &gt; &lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01 Transitional//EN&quot;&gt;<br> &gt; ......<br> &gt; 0<br> &gt;<br> &gt;<br> &gt; 0<br> &gt;<br> &gt; I saw the doc said that nginx talks http/1.0 to the backend server.How can I<br>
 &gt; let the nginx outputing the original data?<br><br><br>It&#39;s bug in anytermd. It must not send a chunked response for http/1.0 request:<br> a http/1.0 client does not understand this encoding.<br><br><br><br> --<br>
 Igor Sysoev<br> <a href="http://sysoev.ru/en/">http://sysoev.ru/en/</a><br><br></blockquote></div><br>