Miou.Ownership to release correctly our resource in any cases (including the cancellation case) (@dinosaure, #47)assert false by failwith (@dinosaure, #47)Improve performances (@dinosaure, #46) We use a pre-allocated buffer to read/write things into the given flow now We don't try to split bigarray to small strings We fixed a bit the way to stop a server
A benchmark was made with wrk and compare httpcats, httpun+eio, vif and nginx. It is available here: https://robur-coop.github.io/httpcats/ The protocol of the benchmark is described into our file bench/PROTOCOL.md. The collected results from our machine is available into our file bench/BENCH.md. Implementations are available into the bench/ folder.
httpcats to be re-usable by unikernels (@dinosaure, #40)Httpcats.request and handle cookies and redirections well (@dinosaure)This changelog does not contain PRs referring to additions to httpcats, as they were produced with a quick iteration to finalise the release of httpcats.0.1.0.