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

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

Merged
merged 1 commit into from
Feb 20, 2017

Conversation

clue
Copy link
Member

@clue clue commented Feb 19, 2017

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:master Feb 20, 2017
@clue clue deleted the send-close branch February 21, 2017 06:56
Sign up for free to 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