Change #246537
Category | curl |
Changed by | Daniel Stenberg <daniel | @haxx.se>
Changed at | Thu 23 Oct 2025 14:18:11 |
Repository | https://github.com/curl/curl.git |
Project | curl |
Branch | master |
Revision | 0d1d35fa346907dc3a289a477962ee6b58205cbe |
Comments
http: only accept ';' as a separator for custom headers When parsing incoming headers, they need to have a plain normal colon. Previously out of convenience we used the same parser function for both cases (incoming + custom set headers via the API) which made the function too liberal for incoming HTTP traffic. Closes #19200
Changed files
- lib/http.c