]> git.ipfire.org Git - thirdparty/curl.git/commit
c-hyper: mark status line as status for Curl_client_write()
authorDaniel Stenberg <daniel@haxx.se>
Wed, 25 May 2022 11:06:29 +0000 (13:06 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 25 May 2022 11:07:12 +0000 (13:07 +0200)
commitb67dcc8ed717d2de8555f027e2148bb4f2e5efce
treedcd723a1a44af05643ce5590be268ee08e54c144
parent2d5b8048a59aa7889cfd180d0ac06fc5bfbb113b
c-hyper: mark status line as status for Curl_client_write()

To make sure the headers API can filter it out as not a regular header.

Reported-by: Gisle Vanem
Fixes #8894
Closes #8914
lib/c-hyper.c