commit | 49139cb9149c36ab7e5e13c2e3048d6590e3bca3 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Jan 23 18:08:45 2020 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Thu Jan 23 19:01:37 2020 +0100 |
tree | 1d7dcf7510bb6214949ca56cb76ada1e293cebb3 | |
parent | d838fb840c3752630f5ddaaf8ef805b8e310f102 [diff] |
MINOR: connection: don't check for CO_FL_SOCK_WR_SH too early in handshakes Just like with CO_FL_SOCK_RD_SH, we don't need to check for this flag too early because conn_sock_send() already does it. No error was lost so it was harmless, it was only useless code.