This commit is contained in:
Simon Cruanes 2024-02-28 15:05:23 -05:00
parent 7e790c0161
commit 91951ca5a1
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4

View file

@ -88,6 +88,7 @@ let parse_req_start ~client_addr ~get_time_s ~buf (bs : IO.Input.t) :
unit t option resp_result =
try
let line = IO.Input.read_line_using ~buf bs in
Log.debug (fun k -> k "parse request line: %s" line);
let start_time = get_time_s () in
let meth, path, version =
try