Change #237756
Category | curl |
Changed by | Daniel Stenberg <daniel | @haxx.se>
Changed at | Wed 25 Jun 2025 11:44:13 |
Repository | https://github.com/curl/curl.git |
Project | curl |
Branch | master |
Revision | b5593a6fe06db9541b6a6221085d9f959a8b0c54 |
Comments
urlapi: use uppercase hex encoding For consistency. RFC 3986 section 2.1 says: "URI producers and normalizers should use uppercase hexadecimal digits for all percent-encodings." Reported-by: Jeroen Ooms Fixes #17685 Closes #17739
Changed files
- lib/escape.c
- lib/escape.h
- lib/urlapi.c
- lib/vtls/keylog.c
- tests/data/test1138
- tests/data/test472
- tests/libtest/lib1560.c