commit | 74a5a9828b7eba80248573e110bc8ed388d8b692 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Nov 24 15:25:39 2016 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Thu Nov 24 15:34:34 2016 +0100 |
tree | dc0d955dccebf864eb2481328fd4e5294d5da221 | |
parent | 578fa0259f59736496a5f227bbadd2a936dc786f [diff] |
BUG/MINOR: cli: dequeue from the proxy when changing a maxconn The "set maxconn frontend" statement on the CLI tries to dequeue possibly pending requests, but due to a copy-paste error, they're dequeued on the CLI's frontend instead of the one being changed. The impact is very minor as it only means that possibly pending connections will still have to wait for a previous one to complete before being accepted when a limit is raised. This fix has to be backported to 1.6 and 1.5.