mirror of
https://github.com/haproxy/haproxy.git
synced 2026-02-03 20:39:41 -05:00
Summary of changes :
- 'maxconn' server parameter to do per-server session limitation
- queueing to support non-blocking session limitation
- fixed removal of cookies for cookie-less servers such as backup servers
- two separate wait queues for expirable and non-expirable tasks provide
better performance with lots of sessions.
- some code cleanups and performance improvements
- made state dumps a bit more verbose
- fixed missing checks for NULL srv in dispatch mode
- load balancing on backup servers was not possible in source hash mode.
- two session flags shared the same bit, but fortunately they were not
compatible.
|
||
|---|---|---|
| .. | ||
| build.cfg | ||
| config.rc.haproxy | ||
| debug2ansi | ||
| debug2html | ||
| debugfind | ||
| examples.cfg | ||
| haproxy-1.1.21-flx.1.pkg | ||
| haproxy-small.spec | ||
| haproxy.cfg | ||
| haproxy.init | ||
| haproxy.spec | ||
| init.haproxy | ||
| init.haproxy.flx0 | ||
| linux-2.4.21-40.EL-custom.diff | ||
| rc.highsock | ||