]> git.ipfire.org Git - thirdparty/curl.git/commit
http: make 'authneg' also work for Hyper
authorDaniel Stenberg <daniel@haxx.se>
Fri, 8 Jan 2021 15:17:12 +0000 (16:17 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 10 Jan 2021 13:51:33 +0000 (14:51 +0100)
commit8b2dec6ab771c74815ae6d3358c8e58cf7815f23
tree9146fb742b1fd4dd1b6c6e599fe230b0c83a3441
parent83f1ca69290f9d6198fe4013488408f94736c5dc
http: make 'authneg' also work for Hyper

When doing a request with a request body expecting a 401/407 back, that
initial request is sent with a zero content-length. Test 177 and more.

Closes #6424
lib/c-hyper.c
lib/http.c
lib/http.h
lib/http_proxy.c
lib/rtsp.c