wine/dlls/http.sys
Zebediah Figura 2bad8d9f63 http.sys: Keep connection sockets open after sending a 400 response.
Tests show that the socket is shut down, but sending further data doesn't result
in a TCP reset, so we need to keep the socket itself open until the TCP
connection is closed.
2023-11-22 20:03:04 +01:00
..
http.c http.sys: Keep connection sockets open after sending a 400 response. 2023-11-22 20:03:04 +01:00
Makefile.in makefiles: Always use the global SOURCES variable for .c files. 2023-11-01 22:44:03 +01:00
request.h http.sys: Add support for adding multiple urls to request queues. 2022-06-16 22:39:14 +02:00