Skip to content

Explicitly send Connection: close header for HTTP/1.1 messages - #128

Merged
WyriHaximus merged 1 commit into
reactphp:masterfrom
clue-labs:send-close
Feb 20, 2017
Merged

Explicitly send Connection: close header for HTTP/1.1 messages#128
WyriHaximus merged 1 commit into
reactphp:masterfrom
clue-labs:send-close

Conversation

@clue

@clueclue commented Feb 19, 2017

Copy link
Copy Markdown
Member

Persistent connections (Connection: keep-alive) are currently
not supported, so make sure we let the client know.

This fixes issues with well-behaving HTTP/1.1 clients until we support persistent connections via #39.

Builds on top of #125

Persistent connections (`Connection: keep-alive`) are currently
not supported, so make sure we let the client know.
@WyriHaximus
WyriHaximus merged commit aa47f5c into reactphp:masterFeb 20, 2017
@clue
clue deleted the send-close branch February 21, 2017 06:56
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@clue@jsor@WyriHaximus