fix warning

This commit is contained in:
Simon Cruanes 2024-03-28 11:56:38 -04:00
parent 10792af507
commit 23f904e552
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4

View file

@ -315,8 +315,6 @@ let string_as_list_contains_ (s : string) (sub : string) : bool =
let client_handle_for (self : t) ~client_addr ic oc : unit =
Pool.with_resource self.bytes_pool @@ fun bytes_req ->
Pool.with_resource self.bytes_pool @@ fun bytes_res ->
let (module B) = self.backend in
(* how to log the response to this query *)
let log_response (req : _ Request.t) (resp : Response.t) =
if not Log.dummy then (