Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

core: prevent confusions between path and port #1302

Merged
merged 1 commit into from
Feb 3, 2021

Conversation

julianoes
Copy link
Collaborator

This change makes sure that the parser complains if parses a number only which is likely meant as a port.

So ths makes sure that udp://14540 fails while udp://:14540 passes.

Fixes #1299.

JonasVautherin
JonasVautherin previously approved these changes Feb 3, 2021
This change makes sure that the parser complains if parses a number only
which is likely meant as a port.

So ths makes sure that udp://14540 fails while udp://:14540 passes.
@julianoes julianoes merged commit 4e58d46 into develop Feb 3, 2021
@julianoes julianoes deleted the pr-fix-url-parsing branch February 3, 2021 17:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

UDP port parsing is weird
2 participants