Skip to content

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

Closed
mkauf wants to merge 1 commit intocurl:masterfrom
mkauf:http2_status_code_space
Closed

HTTP2: Add a space character after the status code#755
mkauf wants to merge 1 commit intocurl:masterfrom
mkauf:http2_status_code_space

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.

2 participants