vbmithr / ocaml-websocket

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

cohttp.1.0.0 support #96

Closed meadofpoetry closed 6 years ago

meadofpoetry commented 6 years ago

It seems that there are a few changes in cohttp.1.0.0 compared to 0.99 (mostly Cohttp_lwt_body deprecation in favor of Cohttp_lwt.Body).

rgrinberg commented 6 years ago

Note that Cohttp_lwt.Body is present in 0.99. So you don't necessarily have to bump your constraints to make your code 1.0 compatible.

vbmithr commented 6 years ago

Fixed.