1
0
mirror of https://github.com/wine-mirror/wine synced 2024-06-29 06:14:34 +00:00
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