-
ee8c8656
by Hans Leidekker at 2026-03-16T23:08:23+01:00
winhttp/tests: Don't send more data than the receive buffer can hold.
-
e2afde66
by Hans Leidekker at 2026-03-16T23:08:23+01:00
winhttp: WinHttpQueryDataAvailable() fails before a response has been received.
-
020d0e36
by Hans Leidekker at 2026-03-16T23:08:23+01:00
winhttp: Don't report data available for certain response statuses, even if there is data.
-
91e1b5f5
by Hans Leidekker at 2026-03-16T23:08:23+01:00
winhttp: Clear response headers after do_authorization().
-
0bfacb52
by Hans Leidekker at 2026-03-16T23:08:23+01:00
winhttp: Also do NTLM autorization when credentials are set between requests.
-
20b34866
by Hans Leidekker at 2026-03-16T23:08:23+01:00
winhttp: Introduce a stream abstraction.
Based on code from wininet.
-
335ae423
by Hans Leidekker at 2026-03-16T23:08:23+01:00
winhttp: Add decompression support.
Based on code from wininet.