haproxy/include
Willy Tarreau a944218e9c [BUG] ensure that listeners from disabled proxies are correctly unbound.
There is a problem when an instance is marked "disabled". Its ports are
still bound but will not be unbound upon termination. This causes processes
to accumulate during soft restarts, and might even cause failures to restart
new ones due to the inability to bind to the same port.

The ideal solution would be to bind all ports at the end of the configuration
parsing. An acceptable workaround is to unbind all listeners of disabled
proxies. This is what the current patch does.
2008-10-12 12:07:48 +02:00
..
common [OPTIM] force inlining of large functions with gcc >= 3 2008-09-02 11:04:51 +02:00
import [MAJOR] migrated task, tree64 and session to pool2 2007-05-13 19:43:47 +02:00
proto [BUG] ensure that listeners from disabled proxies are correctly unbound. 2008-10-12 12:07:48 +02:00
types [BUG] fix the dequeuing logic to ensure that all requests get served 2008-06-20 15:22:51 +02:00