cf-socket: completely remove the disabled USE_RECV_BEFORE_SEND_WORKAROUND

Closes #11118
This commit is contained in:
Stefan Eissing 2023-05-16 10:24:07 +02:00 committed by Daniel Stenberg
parent df6c2f7b54
commit 408eb87bb3
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
5 changed files with 22 additions and 47 deletions

View file

@ -11,9 +11,9 @@ early response
#
# This test checks to make sure curl can call recv() without failing after a
# send() fails on the same socket (#657). Most OSes should support this
# natively but on Windows curl must be built with a workaround (#668) for the
# test to succeed. The precheck will skip this test on Windows if curl was
# built without the workaround (USE_RECV_BEFORE_SEND_WORKAROUND isn't defined).
# natively. On Windows there were reported problems and a workaround via
# define USE_RECV_BEFORE_SEND_WORKAROUND was added.
# This proved problematic in other cases and was removed again.
#
# Server-side
<reply>