]> git.ipfire.org Git - thirdparty/curl.git/commit
connect: revert the use of IP*_RECVERR
authorDaniel Stenberg <daniel@haxx.se>
Tue, 26 Jul 2022 22:42:42 +0000 (00:42 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 27 Jul 2022 22:34:23 +0000 (00:34 +0200)
commit3141062c2338138eded3a91892e5bde20a5365cd
tree64f5eae67226d492d1d52399a28b52d39ce3ab6a
parent263409cf246d6d3f8aec8dbf2effb0e51cdca80c
connect: revert the use of IP*_RECVERR

The options were added in #6341 and d13179d, but cause problems: Lots of
POLLIN event occurs but recvfrom read nothing.

Reported-by: Tatsuhiro Tsujikawa
Fixes #9209
Closes #9215
lib/connect.c