[openssl/openssl] dba383: s_client: skip TCP shutdown drain for datagram pro...
'Michał Trojnara' via openssl-commits <[email protected]>
| Newsgroups | gmane.comp.encryption.openssl.cvs |
|---|---|
| Message-ID | <openssl/openssl/push/refs/heads/openssl-3.5/[email protected]> |
Branch: refs/heads/openssl-3.5
Home: https://github.com/openssl/openssl
Commit: dba3838f722f0b7c865fa9a6438f2f805c3cba42
https://github.com/openssl/openssl/commit/dba3838f722f0b7c865fa9a6438f2f805c3cba42
Author: Michał Trojnara <[email protected]>
Date: 2026-07-01 (Wed, 01 Jul 2026)
Changed paths:
M apps/s_client.c
Log Message:
-----------
s_client: skip TCP shutdown drain for datagram protocols
The shutdown-side drain uses a TCP half-close and a fixed 500 ms
select() timeout to let peers consume buffered alerts before close.
Running it for DTLS/QUIC datagram connections causes an unnecessary
delay after the connection has otherwise completed.
Limit this workaround to non-DTLS, non-QUIC connections.
CLA: trivial
Reviewed-by: Matt Caswell <[email protected]>
Reviewed-by: Dmitry Belyavskiy <[email protected]>
Reviewed-by: Eugene Syromiatnikov <[email protected]>
MergeDate: Wed Jul 1 13:35:53 2026
(Merged from https://github.com/openssl/openssl/pull/31558)
(cherry picked from commit 5d61a36a9425c7615f9b8510967db330ee5ed6fc)
To unsubscribe from these emails, change your notification settings at https://github.com/openssl/openssl/settings/notifications
--
You received this message because you are subscribed to the Google Groups "openssl-commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To view this discussion visit https://groups.google.com/a/openssl.org/d/msgid/openssl-commits/openssl/openssl/push/refs/heads/openssl-3.5/df2711-dba383%40github.com.