Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

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
Assignees

Comments

@ketzacoatl
Copy link

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
Copy link
Author

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?

@tristanmorgan
Copy link
Member

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?

@tristanmorgan tristanmorgan self-assigned this Oct 6, 2024
@tristanmorgan
Copy link
Member

Hi @ketzacoatl, Fabio 1.6.4 is released now. How are you testing this?

# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

2 participants