Skip to content

Commit

Permalink
QUIC RADIX TEST: Ensure connection acceptance does not block
Browse files Browse the repository at this point in the history
Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from #24037)
  • Loading branch information
hlandau committed Apr 19, 2024
1 parent bb69157 commit 17ff3b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/radix/quic_ops.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 17ff3b8

Please sign in to comment.