]> git.feebdaed.xyz Git - 0xmirror/curl.git/commit
cf-h1-proxy: support folded headers in CONNECT responses
authorDaniel Stenberg <daniel@haxx.se>
Tue, 23 Dec 2025 12:54:12 +0000 (13:54 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 23 Dec 2025 16:12:14 +0000 (17:12 +0100)
commit7e064d0756c1b77a793a103f46add9bfdc22c680
tree7e12f90e605c3daaacf86f5067ecf546c61c1bf2
parentcb9db70dbe4196b5d81a7ff07808068e986210c2
cf-h1-proxy: support folded headers in CONNECT responses

Update test 1941 to verify this

Remove unused code from dynhds for handling folded headers, and the
associated unit tests of those functions in test 2602 and 2603.

Closes #20080
lib/cf-h1-proxy.c
lib/dynhds.c
lib/http.c
lib/http.h
tests/data/test1941
tests/unit/unit2602.c
tests/unit/unit2603.c