wine/dlls/wininet
Hans Lehnert b5dcfdad5f wininet: Handle http headers correctly when length is 0.
In HttpSendRequestW and HttpSendRequestExW, if the header pointer is not
null but the length parameter is 0, the header length should be derived
from the string length instead.

In HttpSendRequestA and HttpSendRequestExA, on the same scenario, the
function should fail instead.
2023-07-13 23:42:46 +02:00
..
tests wininet: Handle http headers correctly when length is 0. 2023-07-13 23:42:46 +02:00
cookie.c
dialogs.c
ftp.c
gopher.c
http.c wininet: Handle http headers correctly when length is 0. 2023-07-13 23:42:46 +02:00
internet.c wininet: Free temporary buffer in InternetQueryOptionW loop. 2023-06-15 22:10:35 +02:00
internet.h wininet: Remove DECLSPEC_HIDDEN usage. 2023-07-06 20:54:30 +02:00
Makefile.in
netconnection.c
resource.h
urlcache.c wininet: Don't overallocate in urlcache_encode_url_alloc (scan-build). 2023-06-19 16:28:54 +02:00
utility.c
wininet.rc
wininet.spec
winineterror.mc