<div dir="ltr">Thank you (and Maxim) for the detail explanation!<div> </div></div><div class="gmail_extra"><br clear="all"><div>Best Regards,<br>tszming</div>
<br><br><div class="gmail_quote">On Wed, Jul 17, 2013 at 7:21 PM, Ruslan Ermilov <span dir="ltr"><<a href="mailto:ru@nginx.com" target="_blank">ru@nginx.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div class="im">On Wed, Jul 17, 2013 at 06:48:53PM +0800, Tsz Ming WONG wrote:<br>
>    Hi,<br>
</div>>    On Wed, Jul 17, 2013 at 6:29 PM, Maxim Dounin <[1]<a href="mailto:mdounin@mdounin.ru">mdounin@mdounin.ru</a>><br>
<div class="im">>    wrote:<br>
><br>
>      stub_status<br>
><br>
>    Thanks for the explanation.<br>
>    But given that this is a busy server, sound abnormal if it always return a<br>
>    0? (according to the doc: reading - nginx reads request header)<br>
<br>
</div>It means that your clients and nginx are fast enough, enjoy.  If you<br>
absolutely need it to become non-zero, you can emulate a slow client<br>
like this:<br>
<br>
( echo 'GET / HTTP/1.0' ; sleep 42 ; echo ) | nc 127.0.0.1 80<br>
<br>
substituting the address and port of your server.  During these 42<br>
seconds, the status will show at least one connection in the<br>
"reading" state.<br>
<div class="HOEnZb"><div class="h5"><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>
</div></div></blockquote></div><br></div>