anmonteiro / ocaml-h2

An HTTP/2 implementation written in pure OCaml
BSD 3-Clause "New" or "Revised" License
311 stars 31 forks source link

Add dependency on tls-lwt #219

Closed tmcgilchrist closed 1 year ago

tmcgilchrist commented 1 year ago

Found I needed to add this and manually install tls-lwt to get the alpn_server_tls example working. I also needed to opam pin the version of httpaf to https://github.com/anmonteiro/httpaf.git to get some other examples to compile.

Do you have a preference on how to keep the example code up to date?

anmonteiro commented 1 year ago

Folded this into #221

anmonteiro commented 1 year ago

Do you have a preference on how to keep the example code up to date?

Check #221 too.