Change #246143
Category | None |
Changed by | Daniel Stenberg <daniel | @haxx.se>
Changed at | Sun 19 Oct 2025 16:25:11 |
Repository | https://api.github.com/repos/curl/curl |
Project | curl/curl |
Branch | master |
Revision | 769ccb4d4261a75c8a4236fbe7dc3e27956db1c9 |
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 Closes #19140
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