commit | dc0a6a0dead6da8c56f259bb1f7762d7abcd27f4 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sun Aug 03 20:38:13 2008 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sun Aug 03 22:47:10 2008 +0200 |
tree | da1d186a4914850ea5d72cca9b4419dcb9785bcb | |
parent | 6468d924eac342e0b8a948cc3d18de731562afea [diff] |
[MEDIUM] process_srv: don't rely at all on client state A new buffer flag BF_MAY_CONNECT has been added so that the server FSM can check whether it is allowed to establish a connection or not. That way, the client FSM only has to move this flag and the server side does not need to monitor client state anymore.