mirror of
https://github.com/c-cube/tiny_httpd.git
synced 2025-12-05 19:00:32 -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 =
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue