mirror of https://github.com/openssl/openssl.git
QUIC RADIX TEST: Ensure connection acceptance does not block
Reviewed-by: Neil Horman <nhorman@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/24037)
This commit is contained in:
parent
1e73a3ca9f
commit
01b151fbca
|
@ -266,7 +266,7 @@ DEF_FUNC(hf_accept_conn_none)
|
|||
|
||||
REQUIRE_SSL(listener);
|
||||
|
||||
conn = SSL_accept_connection(listener, 0);
|
||||
conn = SSL_accept_connection(listener, SSL_ACCEPT_CONNECTION_NO_BLOCK);
|
||||
if (!TEST_ptr_null(conn)) {
|
||||
SSL_free(conn);
|
||||
goto err;
|
||||
|
|
Loading…
Reference in New Issue