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
β I'm submitting a ...
π Describe the bug. What is the current behavior? RFC 9112 defines the following grammar rule for request lines:
request-line = method SP request-target SP HTTP-version
Cheroot accepts whitespace after the HTTP-version, even though this is not allowed by the grammar rule above.
HTTP-version
β What is the motivation / use case for changing the behavior? RFC compliance.
π‘ To Reproduce
GET / HTTP1.1 \r\n Host: whatever\r\n \r\n
π‘ Expected behavior The server should respond 400.
π Environment
The text was updated successfully, but these errors were encountered:
No branches or pull requests
β I'm submitting a ...
π Describe the bug. What is the current behavior?
RFC 9112 defines the following grammar rule for request lines:
Cheroot accepts whitespace after the
HTTP-version
, even though this is not allowed by the grammar rule above.β What is the motivation / use case for changing the behavior?
RFC compliance.
π‘ To Reproduce
π‘ Expected behavior
The server should respond 400.
π Environment
The text was updated successfully, but these errors were encountered: