-
Notifications
You must be signed in to change notification settings - Fork 474
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
removing query where it is no param name #243
Labels
Comments
according to the url specification that is considered legal, interesting. are you up to fixing the issue and sending a pull request? |
Yep, I've just done it |
@kodentsev care to send your fix as a pull request against master? |
OK, no problem |
ping @kodentsev |
fixed in 1.19.2 |
This was referenced Mar 9, 2021
Closed
This was referenced Mar 14, 2021
This was referenced Mar 19, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For example,
URI('http://hvgbook.net/?=5640').readable()===http://hvgbook.net/
URI('http://hvgbook.net/?=2500').readable()===http://hvgbook.net/
While it is 2 different pages.
Other methods (such as unicode()) lead to the same result.
The text was updated successfully, but these errors were encountered: