mirror of
https://github.com/c-cube/tiny_httpd.git
synced 2025-12-06 11:15:35 -05:00
real fix in echo!
This commit is contained in:
parent
ffc18a5617
commit
51be9c0c8f
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ let middleware_stat () : S.Middleware.t * (unit -> string) =
|
||||||
|
|
||||||
let m h req ~resp =
|
let m h req ~resp =
|
||||||
incr n_req;
|
incr n_req;
|
||||||
let t1 = S.Request.time_start req in
|
let t1 = S.Request.start_time req in
|
||||||
let t2 = now_ () in
|
let t2 = now_ () in
|
||||||
h req ~resp:(fun response ->
|
h req ~resp:(fun response ->
|
||||||
let t3 = now_ () in
|
let t3 = now_ () in
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue