commit | d132f746f27cfdf8438f74a56c435fc920406392 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Aug 06 10:08:23 2010 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue Aug 17 21:39:07 2010 +0200 |
tree | 42811328e8419dcfb59505839c17d05d0a4a6e24 | |
parent | 4d179ebd21b768bffee9cb28baa81a517dd7ac50 [diff] |
[BUG] queue: don't dequeue proxy-global requests on disabled servers If a server is disabled or tracking a disabled server, it must not dequeue requests pending in the proxy queue, it must only dequeue its own ones. The problem that was caused is that if a backend always had requests in its queue, a disabled server would continue to take traffic forever. (was commit 09d02aaf02d1f21c0c02672888f3a36a14bdd299 in 1.4)