mirror of
https://github.com/curl/curl.git
synced 2026-08-25 14:13:34 +03:00
cf-socket: completely remove the disabled USE_RECV_BEFORE_SEND_WORKAROUND
Closes #11118
This commit is contained in:
parent
df6c2f7b54
commit
408eb87bb3
5 changed files with 22 additions and 47 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue