]> git.ipfire.org Git - thirdparty/openssl.git/commit
Test that SSL_poll does not report a stream as writable if it isn't
authorMatt Caswell <matt@openssl.org>
Wed, 9 Apr 2025 12:08:09 +0000 (13:08 +0100)
committerMatt Caswell <matt@openssl.org>
Fri, 11 Apr 2025 06:59:55 +0000 (07:59 +0100)
commit89f8f45244414c783b09a7209edce3c356dc3861
tree8bbf7ddb1c16d6ecd22320b8d513abba916a7dce
parent11fb3d7f9c8f2516343928952abbd229a3cd9308
Test that SSL_poll does not report a stream as writable if it isn't

We consume all the credit and check the stream is no longer writeable

Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Saša Nedvědický <sashan@openssl.org>
Reviewed-by: Paul Dale <ppzgs1@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/27319)

(cherry picked from commit 85a8eba56769c4d25a66e0b52e8fb3e76bbe4afe)
test/radix/quic_ops.c
test/radix/quic_tests.c