robur-coop / httpcats

A simple http client/server (http/1.1 & h2) for OCaml 5
Other
33 stars 6 forks source link

Tests don't work on `x86_32` #9

Open dinosaure opened 1 month ago

dinosaure commented 1 month ago

It seems that tests don't work on x86_32. From a quick look, tls is not the issue. So it's probably more related to ocaml-h1. It's probably about bytes (a Bytes.create somewhere...). A deeper look must be done. The error can be reproducible with:

$ docker run --platform linux/386 -it ocaml/opam:debian-12-ocaml-5.2