vbmithr / ocaml-websocket

Websocket library for OCaml
ISC License
162 stars 44 forks source link

Cohttp websocket upgrade connection #45

Closed lostman closed 8 years ago

lostman commented 8 years ago

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.