]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MEDIUM] listeners: queue proxy-bound listeners at the proxy's
authorWilly Tarreau <w@1wt.eu>
Sun, 24 Jul 2011 21:55:06 +0000 (23:55 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 24 Jul 2011 21:55:06 +0000 (23:55 +0200)
commit07687c171eb9cb7e248ad91598651f48c197e855
tree096aaf62efb929da40bb13f666ed569c711d1f79
parent08ceb1012bb8a35dd24eb9f84e9e110b2ae7aeaa
[MEDIUM] listeners: queue proxy-bound listeners at the proxy's

All listeners that are limited by a proxy-specific resource are now
queued at the proxy's and not globally. This allows finer-grained
wakeups when releasing resource.
include/types/proxy.h
src/cfgparse.c
src/proxy.c
src/session.c
src/stream_sock.c