Change #254950
| Category | curl |
| Changed by | Daniel Stenberg <daniel@haxx.se> |
| Changed at | Mon 12 Jan 2026 13:49:57 |
| Repository | https://github.com/curl/curl.git |
| Project | curl |
| Branch | master |
| Revision | 31fbbb322efbc0e4a8d31c270b6b82e117fc7345 |
Comments
altsvc: only accept 17 byte dates from files Since the date format is fixed there is no need to accept more data. Update test355 to verify reject of too long date in alt-svc file This test case was originally supposed to verify alt-svc loading from a file but never did because it was done incorrectly. Now it verifies that a too long date in the input file makes curl disregard the entry. Closes #20259
Changed files
- lib/altsvc.c
- tests/data/test355