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

HTTP2: Add a space character after the status code #755

Closed
wants to merge 1 commit into from

Conversation

mkauf
Copy link
Contributor

@mkauf mkauf commented Apr 6, 2016

The space character after the status code is mandatory, even if the reason phrase is empty (see RFC 2616)

Status-Line = HTTP-Version SP Status-Code SP Reason-Phrase CRLF

I think that this change will improve the compatibility with existing applications that use libcurl.

The space character after the status code is mandatory, even if the reason
phrase is empty (see RFC 2616)
@bagder bagder closed this in 3a8e38d Apr 6, 2016
@bagder
Copy link
Member

bagder commented Apr 6, 2016

Thanks! I updated the RFC reference in the commit message... =)

@mkauf mkauf deleted the http2_status_code_space branch April 6, 2016 13:29
@lock lock bot locked as resolved and limited conversation to collaborators Jan 19, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants