You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 this issue
Sep 10, 2024
· 3 comments
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?
The text was updated successfully, but these errors were encountered:
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?
Sorry for the late reply, I was on vacation. do you have steps to reproduce this error message? doing bit of a search through the code it looks like its from route/table.go addRoute(). What tags for your services are set?
I see a bunch of log messages from fabio:
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?
The text was updated successfully, but these errors were encountered: