commit | c03ebbfca481687bfe04b12db064d89aedb6f4d7 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Sep 07 21:33:14 2011 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Wed Sep 07 22:47:43 2011 +0200 |
tree | e9055496e0c40224b58275693b495a23cba6efea | |
parent | 122541c06aa450e6b5c8b5c4724f342179fd0990 [diff] |
[BUG] peers: ensure the peers are resumed if they were paused Upon an incoming soft restart request, we first pause all frontends and peers. If the caller changes its mind and asks us to resume (eg: failed binding), we must resume all the frontends and peers. Unfortunately the peers were not resumed. The code was arranged to avoid code duplication (which used to hide the issue till now).