Change #246108
Category | None |
Changed by | Daniel Stenberg <daniel | @haxx.se>
Changed at | Sun 19 Oct 2025 13:11:03 |
Repository | https://api.github.com/repos/curl/curl |
Project | curl/curl |
Branch | bagder/get_line |
Revision | f247862b9ae7fc67970b1d53cd05299c5d6a8e7a |
Comments
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
Changed files
- 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