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

Cohttp websocket upgrade connection #45

Merged
merged 1 commit into from
Mar 30, 2016
Merged

Cohttp websocket upgrade connection #45

merged 1 commit into from
Mar 30, 2016

Conversation

lostman
Copy link
Contributor

@lostman lostman commented Mar 25, 2016

Handle websocket upgrade connection in Cohttp. Issue #18

Returns the response body as a stream that is never written to. This makes Cohttp keep the connection open. Meanwhile, websocket messages are handled through the file descriptor of the TCP connection.

@vbmithr vbmithr merged commit ffe3666 into vbmithr:master Mar 30, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants