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

fix(http1): return 414 when URI contains more than 65534 characters #2705

Closed
wants to merge 1 commit into from

Conversation

rajing
Copy link
Contributor

@rajing rajing commented Nov 22, 2021

Previous behavior returned a 404 Bad Request. Conforms to HTTP 1.1 RFC.

Closes #2701

Previous behavior returned a 404 Bad Request. Conforms to HTTP 1.1 RFC.

Closes hyperium#2701
@rajing rajing closed this Nov 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

When the URL contains more than 65534 characters, the error code returned by Hyper is not 414.
1 participant