Revert "ssl_server2.c: DTLS: Attempt to read the response to the close notification"

This reverts commit 2e9b9681e6.

Signed-off-by: Ronald Cron <[email protected]>
This commit is contained in:
Ronald Cron
2026-03-24 18:38:37 +01:00
parent 9f19fe1874
commit ade56554a6
3 changed files with 1 additions and 51 deletions
-1
View File
@@ -557,7 +557,6 @@ setup_arguments()
# with OpenSSL 1.0.1h, -www, -WWW and -HTTP break DTLS handshakes
if is_dtls "$MODE"; then
O_SERVER_ARGS="$O_SERVER_ARGS"
M_SERVER_ARGS="$M_SERVER_ARGS read_timeout=1000"
else
O_SERVER_ARGS="$O_SERVER_ARGS -www"
fi