]> git.ipfire.org Git - thirdparty/openssl.git/commit
Don't wait in select if we have data to write
authorMatt Caswell <matt@openssl.org>
Mon, 23 Oct 2023 17:11:06 +0000 (18:11 +0100)
committerMatt Caswell <matt@openssl.org>
Wed, 25 Oct 2023 08:40:48 +0000 (09:40 +0100)
commit95420a2500fe0d96fb44cf7d826a156433c50589
tree7549ca74536312bd4bee06d3d3d259f471b4f2c4
parent1a91fda1839bc745e8359f82d19a5ef44ca36f7e
Don't wait in select if we have data to write

In s_client, when using quic, if we have data from the user to write then we shouldn't
hang in "select" waiting for something to happen.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/22480)
apps/s_client.c