curl / trurl

trurl is a command line tool for URL parsing and manipulation.
https://curl.se/trurl/
Other
3.1k stars 99 forks source link

trurl: disable URL encoding when setting a host to an IPv6 address #280

Closed bagder closed 4 months ago

bagder commented 4 months ago

Fixes #279

bagder commented 4 months ago

I don't understand why this test fails in this single CI job, but it made me study the check closer and file #281

bagder commented 4 months ago

The CI job fails because it uses libcurl from git master, and that now more consistently returns "no query" if there was no query content. (since https://github.com/curl/curl/commit/3eac21d86bc50ba459a9a8a0f3d1130b6d30b57d)

bagder commented 4 months ago

Will get fixed when I fix #281