real fix in echo!

This commit is contained in:
craff 2021-12-15 20:19:42 -10:00
parent ffc18a5617
commit 51be9c0c8f

View file

@ -13,7 +13,7 @@ let middleware_stat () : S.Middleware.t * (unit -> string) =
let m h req ~resp =
incr n_req;
let t1 = S.Request.time_start req in
let t1 = S.Request.start_time req in
let t2 = now_ () in
h req ~resp:(fun response ->
let t3 = now_ () in