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
RFC 7230 states that valid "Content-Length" header is an integer value >= 0.
>=
Based on comments #879 (comment)
That's an interesting point. https://www.rfc-editor.org/rfc/rfc7230#section-3.3.2 says: Any Content-Length field value greater than or equal to zero is valid.
That's an interesting point. https://www.rfc-editor.org/rfc/rfc7230#section-3.3.2 says:
Any Content-Length field value greater than or equal to zero is valid.
The text was updated successfully, but these errors were encountered:
eio(client) : fix mirage#930
ffa40a6
f1cb1b9
40b46be
eecef68
24f475c
Successfully merging a pull request may close this issue.
RFC 7230 states that valid "Content-Length" header is an integer value
>=
0.Based on comments #879 (comment)
The text was updated successfully, but these errors were encountered: