vbmithr / ocaml-websocket

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

Do not use getsockopt to verify result of setsockopt #24

Closed avsm closed 9 years ago

avsm commented 9 years ago

This is broken in OCaml on some platforms (ocaml/ocaml#143) and so the tcp_nodelay check causes websocket to fail entirely on those platforms (MacOS X being one of them).

Debugged with @andrewray

vbmithr commented 9 years ago

Thanks!

avsm commented 9 years ago

A minor release with this fix would be appreciated, as it breaks iocaml.

On 11 Feb 2015, at 07:48, Vincent Bernardoff notifications@github.com wrote:

Thanks!

— Reply to this email directly or view it on GitHub.