mirror of
https://github.com/c-cube/tiny_httpd.git
synced 2025-12-06 11:15:35 -05:00
fix warning
This commit is contained in:
parent
10792af507
commit
23f904e552
1 changed files with 0 additions and 2 deletions
|
|
@ -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 (
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue