ocsigenserver icon indicating copy to clipboard operation
ocsigenserver copied to clipboard

Brotli compression

Open vouillon opened this issue 7 years ago • 2 comments

It would be nice to improve the deflatemod extension to support Brotli compression as well (with customizable compression settings, as Brotli can be slow).

vouillon avatar Jun 15 '17 10:06 vouillon

If anybody is planning to do enhancements like these, please work against the cohttp branch (#124). Otherwise we will have trouble merging drastically incompatible changes.

vasilisp avatar Jun 15 '17 10:06 vasilisp

A binding with brotli already exists. So, I know, this is put a new dependence in ocsigenserver but it will be good to use it.

Then, I take this opportunity to talk about decompress. For a mirage support, it will be good to use a full implemented compression in OCaml (and ocaml-git switchs recently to this library instead camlzip).

dinosaure avatar Jun 15 '17 11:06 dinosaure