wine/dlls/wininet/tests
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
..
ftp.c
generated.c
http.c wininet: Handle http headers correctly when length is 0. 2023-07-13 23:42:46 +02:00
internet.c wininet/tests: Consistently use strlen() instead of lstrlenA(). 2023-05-25 11:04:10 +02:00
Makefile.in
url.c wininet/tests: Consistently use strlen() instead of lstrlenA(). 2023-05-25 11:04:10 +02:00
urlcache.c
wininet_test.h