fabiolb / fabio

Consul Load-Balancing made simple
https://fabiolb.net
MIT License
7.26k stars 616 forks source link

URL query contains semicolon, which is no longer a supported separator; parts of the query may be stripped when parsed; see golang.org/issue/25192 #955

Open ketzacoatl opened 3 weeks ago

ketzacoatl commented 3 weeks ago

I see a bunch of log messages from fabio:

invalid log msg: ... http: URL query contains semicolon, which is no longer a supported separator; parts of the query may be stripped when parsed; see golang.org/issue/25192

I'm not sure what needs to be done here, or what the originating url query contained, but it reads like an update to the libraries or parsing methods used?

ketzacoatl commented 1 week ago

This has probably been fixed in the recent updates to golang and the project dependencies. @tristanmorgan could we do a RC build or similar to test the recent updates?