commit | 3bc13774e1e967ee662048d5106d4dba51e1aebd | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sun Dec 07 11:50:35 2008 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Sun Dec 07 11:50:35 2008 +0100 |
tree | 0cee4fdfc7c972d32fac9711cc18fe501a917e4e | |
parent | 70cb633e2c384da06d9e827d84a68ac8a38d5953 [diff] |
[MINOR] pre-set analyser flags on the listener at registration time In order to achieve more generic accept() code, we can set the request analysers at the listener registration time. It's better than doing it during accept(), and allows more code reuse.