mirror of
https://github.com/haproxy/haproxy.git
synced 2026-02-24 10:20:52 -05:00
BUG/MINOR: ssl: CO_FL_EARLY_DATA removal is managed by stream
Manage BoringSSL early_data as it is with openssl 1.1.1.
This commit is contained in:
parent
903ddfd9c8
commit
cebd7962e2
1 changed files with 1 additions and 1 deletions
|
|
@ -5386,7 +5386,7 @@ static int ssl_sock_to_buf(struct connection *conn, struct buffer *buf, int coun
|
|||
if (ret > 0)
|
||||
conn->flags |= CO_FL_EARLY_DATA;
|
||||
} else {
|
||||
conn->flags &= ~(CO_FL_EARLY_SSL_HS | CO_FL_EARLY_DATA);
|
||||
conn->flags &= ~(CO_FL_EARLY_SSL_HS);
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue