mirror of
https://github.com/c-cube/tiny_httpd.git
synced 2025-12-06 11:15:35 -05:00
example eio: re-enable camlzip
This commit is contained in:
parent
5e0a634c10
commit
072a6041be
1 changed files with 1 additions and 2 deletions
|
|
@ -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;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue