commit | 167aabf2b365073c383a7b80521a90f87d6e0a69 | [log] [tgz] |
---|---|---|
author | Valentin Bartenev <vbart@nginx.com> | Wed Feb 27 17:16:51 2013 +0000 |
committer | Valentin Bartenev <vbart@nginx.com> | Wed Feb 27 17:16:51 2013 +0000 |
tree | 631ca68d34c92116ba3093a5890877966e41f81d | |
parent | 64932a971437aa0b83966b1c59ff5d603816bb92 [diff] |
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.