commit | 67878d7bdcb88683bdbf6fba851901a31f348eb8 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue Dec 10 07:11:35 2019 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Tue Dec 10 10:43:31 2019 +0100 |
tree | 8fdfed5d0d9abdb319e4aeee99293a1cd56b2cbe | |
parent | f950c2e97e999f2d4728389dbab2d0955a5cc993 [diff] |
BUG/MINOR: proxy: make soft_stop() also close FDs in LI_PAUSED state The proxies' soft_stop() function closes the FDs in all opened states except LI_PAUSED. This means that a transient error on a listener might cause it to turn back to the READY state if it happens exactly when a reload signal is received. This must be backported to all supported versions.