]> git.ipfire.org Git - thirdparty/curl.git/commit
tests: make the telnet server shut down a socket gracefully
authorStefan Eissing <stefan@eissing.org>
Tue, 14 Feb 2023 13:29:13 +0000 (14:29 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 16 Feb 2023 09:05:54 +0000 (10:05 +0100)
commit79d0b3c0c0bb00829f10ec139dbf3823c249ae72
tree168e255d328ab7cd5516abe5d67b8fe018541b95
parent87ed650d04dc1a6f7944a5d952f7d5b0934a19ac
tests: make the telnet server shut down a socket gracefully

- test 1452 failed occasionally with ECONNRESET errnos in curl when the
  server closed the connection in an unclean state.

Closes #10509
tests/negtelnetserver.py