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
We currently have:
HTTP-message = start-line *( header-field CRLF ) CRLF [ message-body ]
Maybe it would be more consistent to remove CRLF from start-line, and then to have
HTTP-message = start-line CRLF *( header-field CRLF ) CRLF [ message-body ]
The text was updated successfully, but these errors were encountered:
LGTM.
Sorry, something went wrong.
...waiting until #197 is resolved...
Move the trailing CRLF from the line grammars into the message format (…
2ffabe9
…#62)
fix typo (#62)
de32a9e
Merge pull request #232 from httpwg/reschke-i62
65572c4
Move the trailing CRLF from the line grammars into the message format (#62)
reschke
No branches or pull requests
We currently have:
Maybe it would be more consistent to remove CRLF from start-line, and then to have
The text was updated successfully, but these errors were encountered: