Change #264437
| Category | curl |
| Changed by | Daniel Stenberg <daniel@haxx.se> |
| Changed at | Tue 14 Apr 2026 12:09:48 |
| Repository | https://github.com/curl/curl.git |
| Project | curl |
| Branch | master |
| Revision | 9ceb3ff46a90c3badc2d81be81275c3fcef4c00a |
Comments
urlapi: stop extracting hostname from file:// URLs on Windows There is no reason we should treat this part different on Windows. Noe anything except blank, localhost or 127.0.0.1 cause error there as well. Also: fix query handling in urlencode_str Closes #21296
Changed files
- lib/urlapi-int.h
- lib/urlapi.c
- tests/unit/unit1675.c