]> 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:58:03 +0000 (07:58 +0100)
commit85a8eba56769c4d25a66e0b52e8fb3e76bbe4afe
tree4cb7406381e76fbc5ce98e8fadbc570ce6cea31e
parent4efd1a26822a05e900a9dcffc0d6554efece7923
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)
test/radix/quic_ops.c
test/radix/quic_tests.c