]> git.ipfire.org Git - thirdparty/curl.git/commit
curl_get_line: enhance the API
authorDaniel Stenberg <daniel@haxx.se>
Sun, 19 Oct 2025 11:09:42 +0000 (13:09 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 19 Oct 2025 14:25:11 +0000 (16:25 +0200)
commit769ccb4d4261a75c8a4236fbe7dc3e27956db1c9
tree7e1e0047b4467f991c98769a53cdfc234c7f429c
parent990a23bb97915567415d5857ee6d862a1528f1af
curl_get_line: enhance the API

To make sure callers can properly differentiate between errors and know
cleanly when EOF happens. Updated all users and unit test 3200.

Triggered by a remark by ZeroPath

Closes #19140
lib/altsvc.c
lib/cookie.c
lib/curl_get_line.c
lib/curl_get_line.h
lib/hsts.c
lib/netrc.c
tests/unit/unit3200.c