We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
request::request(connection&)
url_decode_error
request::request(connection&) throws url_decode_error instead of request_parse_error when the request contains a malformed path or query arguments.
request_parse_error
The text was updated successfully, but these errors were encountered:
Targeting v0.7.3
Sorry, something went wrong.
Fixed request::request(connection&) sometimes throwing `url_decode_…
6cbd408
…error` (#12)
Fixed in v0.7.3
No branches or pull requests
request::request(connection&)
throwsurl_decode_error
instead ofrequest_parse_error
when the request contains a malformed path or query arguments.The text was updated successfully, but these errors were encountered: