commit | 6fa63d98527fc2c9f4637c5b82c138a4725d80a9 | [log] [tgz] |
---|---|---|
author | Olivier Houchard <ohouchard@haproxy.com> | Mon Nov 27 18:41:32 2017 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Mon Feb 05 14:24:50 2018 +0100 |
tree | cd825a773654f35dbbb1171baa83730d860f8f43 | |
parent | 5fa300da8990d5ba4c5902df2496edb7aec7ab59 [diff] |
MINOR: early data: Don't rely on CO_FL_EARLY_DATA to wake up streams. Instead of looking for CO_FL_EARLY_DATA to know if we have to try to wake up a stream, because it is waiting for a SSL handshake, instead add a new conn_stream flag, CS_FL_WAIT_FOR_HS. This way we don't have to rely on CO_FL_EARLY_DATA, and we will only wake streams that are actually waiting.