commit | af5149539739ca64070a4ebe636a2f26a72dd528 | [log] [tgz] |
---|---|---|
author | Simon Horman <horms@verge.net.au> | Tue Jun 21 14:34:57 2011 +0900 |
committer | Willy Tarreau <w@1wt.eu> | Tue Jun 21 22:00:12 2011 +0200 |
tree | 511975cbd823951fe65407ba117534ddb1942aac | |
parent | dec5be4ed45d52f789805e54d6ada5fd9aba2427 [diff] |
[MINOR] Add active connection list to server The motivation for this is to allow iteration of all the connections of a server without the expense of iterating over the global list of connections. The first use of this will be to implement an option to close connections associated with a server when is is marked as being down or in maintenance mode.