commit | 31d4dbe82508e9b525ea0700a587341ba275e770 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Oct 25 09:32:15 2017 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Wed Oct 25 15:52:41 2017 +0200 |
tree | 2e1d7f210e184e61cc466bca319d3b1377dbf89b | |
parent | 256b9c59932b21063e21dd9aab62d6052b8a42b9 [diff] |
MINOR: ssl_sock: make use of CO_FL_WILL_UPDATE Now when ssl_sock_{to,from}_buf are called, if the connection doesn't feature CO_FL_WILL_UPDATE, they will first retrieve the updated flags using conn_refresh_polling_flags() before changing any flag, then call conn_cond_update_sock_polling() before leaving, to commit such changes.