example eio: re-enable camlzip

This commit is contained in:
Simon Cruanes 2023-06-04 00:19:48 -04:00
parent 5e0a634c10
commit 072a6041be
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4

View file

@ -60,8 +60,7 @@ let () =
~sw () ~sw ()
in in
(* TODO: re-enable Tiny_httpd_camlzip.setup ~compress_above:1024 ~buf_size:(16 * 1024) server;
Tiny_httpd_camlzip.setup ~compress_above:1024 ~buf_size:(16 * 1024) server; *)
let m_stats, get_stats = middleware_stat () in let m_stats, get_stats = middleware_stat () in
S.add_middleware server ~stage:(`Stage 1) m_stats; S.add_middleware server ~stage:(`Stage 1) m_stats;