mirror of
https://github.com/haproxy/haproxy.git
synced 2026-02-23 18:00:43 -05:00
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. |
||
|---|---|---|
| .. | ||
| common | ||
| import | ||
| proto | ||
| types | ||