<font color="#333399"><font>A few suggestions:<br>1°) tcp_nodelay on; is useless, as the <a href="http://wiki.nginx.org/HttpCoreModule#tcp_nodelay">default value</a> is 'on' already<br>2°) Is tcp_nopush a really necessary option? Forcing things on packets is non-natural (<a href="http://wiki.nginx.org/HttpCoreModule#tcp_nopush">http://wiki.nginx.org/HttpCoreModule#tcp_nopush</a>). Maybe problems come from that<br>

3°) I'd suggest to test with the latest stable (1.2.1 since today). Maybe it won't solve the pb but the latest binary is always a good thing to have<br><br>Wild guesses, I am no expert :o\</font></font><br clear="all">

<font size="1"><span style="color:rgb(102,102,102)">---<br></span><b><span style="color:rgb(102,102,102)">B. R.</span></b><span style="color:rgb(102,102,102)"></span></font><br>
<br><br><div class="gmail_quote">On Wed, Jun 6, 2012 at 12:30 AM, chenmin7249 <span dir="ltr"><<a href="mailto:nginx-forum@nginx.us" target="_blank">nginx-forum@nginx.us</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

nginx version 1.0.15 stable<br>
im running into a problem the a 16k static file was cut off into a 2.03k<br>
incomplete file occasionally, 7 times of 10 will get the incomplete<br>
file.<br>
i use the nginx server for pure static file serving<br>
 sendfile on,<br>
 tcp_nopush on,<br>
 tcp_nodelay on,<br>
 keepalive timeout 0,<br>
 gzip off<br>
 open_file_cache on<br>
using epoll<br>
no other configurations, what could be the problem? client body size?<br>
<br>
Posted at Nginx Forum: <a href="http://forum.nginx.org/read.php?2,227254,227254#msg-227254" target="_blank">http://forum.nginx.org/read.php?2,227254,227254#msg-227254</a><br>
<br>
_______________________________________________<br>
nginx mailing list<br>
<a href="mailto:nginx@nginx.org">nginx@nginx.org</a><br>
<a href="http://mailman.nginx.org/mailman/listinfo/nginx" target="_blank">http://mailman.nginx.org/mailman/listinfo/nginx</a><br>
</blockquote></div><br>