commit | 241797a3fce68dd5a9dbd31d702cbf7feab03ba1 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue Dec 10 14:10:52 2019 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Tue Dec 10 14:14:09 2019 +0100 |
tree | 59e49d12c60b978e4f35a424465084c8354d090a | |
parent | 0591bf7deb3215b7b3054e2c6c71b02c6e07a0fc [diff] |
MINOR: listener: split dequeue_all_listener() in two We use it half times for the global_listener_queue and half times for a proxy's queue and this requires the callers to take care of these. Let's split it in two versions, the current one working only on the global queue and another one dedicated to proxies for the per-proxy queues. This cleans up quite a bit of code.