wine/dlls/winhttp
Hans Leidekker 3797a66404 winhttp/tests: Reduce send buffer size.
It looks like there was a change on the websocket test server that causes our
send operations to block. Reducing the size of the send buffer works around the
test failures. The tests still succeed on Windows, which suggests that native
sends large buffers in smaller chunks.
2022-12-08 18:12:51 +01:00
..
tests winhttp/tests: Reduce send buffer size. 2022-12-08 18:12:51 +01:00
cookie.c winhttp: Use the wcsdup function instead of reimplementing it. 2022-11-21 12:58:00 +01:00
handle.c
main.c
Makefile.in include: Use proper dllimports for winhttp functions. 2022-12-07 13:51:37 +01:00
net.c winhttp: Store connection in websocket. 2022-11-24 22:20:20 +01:00
request.c winhttp: Do not reference request from socket. 2022-11-24 22:20:21 +01:00
rsrc.rc
session.c winhttp: Cache script in download_script(). 2022-11-24 22:20:21 +01:00
url.c
winhttp.spec
winhttp_private.h winhttp: Do not reference request from socket. 2022-11-24 22:20:21 +01:00
winhttp_tlb.idl