mirror of
https://github.com/c-cube/tiny_httpd.git
synced 2025-12-06 03:05:29 -05:00
fix in echo
This commit is contained in:
parent
accdb1e0ac
commit
ffc18a5617
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 =
|
||||
incr n_req;
|
||||
let t1 = S.Request.time req in
|
||||
let t1 = S.Request.time_start req in
|
||||
let t2 = now_ () in
|
||||
h req ~resp:(fun response ->
|
||||
let t3 = now_ () in
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue