]> git.ipfire.org Git - thirdparty/curl.git/commit
http1: parse header from uint8_t buffer
authorStefan Eissing <stefan@eissing.org>
Fri, 28 Nov 2025 09:25:59 +0000 (10:25 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 28 Nov 2025 15:07:07 +0000 (16:07 +0100)
commit8c68887d2d145b00a912824cc6962d0d64cb8419
tree1f306034a1070b202e5801fcf5e8df60b96abf2a
parentb06cd929bd9bdda2fe4dfced73a60bd503be6155
http1: parse header from uint8_t buffer

To save casting the passed buffer when parsing HTTP/1 request
headers from an uint8_t buffer.

Closes #19742
lib/http1.c
lib/http1.h
lib/http2.c
lib/vquic/curl_ngtcp2.c
lib/vquic/curl_osslq.c
lib/vquic/curl_quiche.c
tests/unit/unit2603.c