commit | a93c4bbdb7e029bdd245712dac175d094142eeb5 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sun May 23 17:27:44 2010 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Mon Jun 14 10:53:09 2010 +0200 |
tree | 0f8c8ae44ad395988aa8c744d165755540718c89 | |
parent | 06457871a40e0101c433aea95ab174e3b52c274c [diff] |
[MINOR] accept: count the incoming connection earlier Right now we count the incoming connection only once everything has been allocated. Since we're planning on considering early ACL rules, we need to count the connection earlier.