1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-24 09:08:49 -05:00
curl/tests/server
Marc Hoersken 3d1f35eb13
sockfilt: fix handling of ready closed sockets on Windows
Replace the incomplete workaround regarding FD_CLOSE
only signalling once by instead doing a pre-check with
standard select and storing the result for later use.

select keeps triggering on closed sockets on Windows while
WSAEventSelect fires only once with data still available.
By doing the pre-check we do not run in a deadlock
due to waiting forever for another FD_CLOSE event.
2020-04-03 12:37:39 +02:00
..
.gitignore git: add tests/server/disabled to .gitignore 2019-09-30 18:01:05 +02:00
base64.pl copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
CMakeLists.txt copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
disabled.c tests: have runtests figure out disabled features 2019-06-17 16:08:00 +02:00
fake_ntlm.c snprintf: renamed and we now only use msnprintf() 2018-11-23 08:26:51 +01:00
getpart.c copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
getpart.h copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
Makefile.am tests: make sure checksrc runs on header files too 2019-12-16 22:46:48 +01:00
Makefile.inc copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
resolve.c copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
rtspd.c snprintf: renamed and we now only use msnprintf() 2018-11-23 08:26:51 +01:00
server_setup.h copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
server_sockaddr.h copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
sockfilt.c sockfilt: fix handling of ready closed sockets on Windows 2020-04-03 12:37:39 +02:00
socksd.c build: fix Codacy warnings 2019-06-05 20:38:06 +02:00
sws.c silly web server: silent a compilation warning 2020-03-08 17:30:55 +01:00
testpart.c copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
tftp.h copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
tftpd.c copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
util.c strerror: Fix an error looking up some Windows error strings 2019-11-09 18:07:59 -05:00
util.h copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00