]> git.ipfire.org Git - thirdparty/curl.git/commit
http: deal with partial CONNECT sends
authorDaniel Stenberg <daniel@haxx.se>
Thu, 6 May 2021 11:04:03 +0000 (13:04 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 8 May 2021 08:49:16 +0000 (10:49 +0200)
commit51c0ebcff2140c38ff389b4fcfb8216f5e9d198c
treee4d6c1b35c99cae1e2fe054e1bab69bae07e33f7
parent63813a0325adec659bdb6866c061208266b68797
http: deal with partial CONNECT sends

Also added 'CURL_SMALLSENDS' to make Curl_write() send short packets,
which helped verifying this even more.

Add test 363 to verify.

Reported-by: ustcqidi on github
Fixes #6950
Closes #7024
lib/http.h
lib/http_proxy.c
lib/http_proxy.h
lib/multi.c
lib/sendf.c
lib/urldata.h
tests/data/Makefile.inc
tests/data/test363 [new file with mode: 0644]