]> git.kaiwu.me - nginx.git/commit
Status: do not count connection as reading right after accept().
authorValentin Bartenev <vbart@nginx.com>
Wed, 27 Feb 2013 17:16:51 +0000 (17:16 +0000)
committerValentin Bartenev <vbart@nginx.com>
Wed, 27 Feb 2013 17:16:51 +0000 (17:16 +0000)
commit167aabf2b365073c383a7b80521a90f87d6e0a69
tree631ca68d34c92116ba3093a5890877966e41f81d
parent64932a971437aa0b83966b1c59ff5d603816bb92
Status: do not count connection as reading right after accept().

Before we receive the first bytes, the connection is counted
as waiting.

This change simplifies further code changes.
src/http/ngx_http_request.c