Skip to content

Commit

Permalink
unused functor param
Browse files Browse the repository at this point in the history
  • Loading branch information
art-w committed Dec 5, 2024
1 parent e272348 commit d133a85
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cohttp-lwt/src/connection_cache.mli
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ module Make (Connection : S.Connection) (Sleep : S.Sleep) : sig
connection.
@param proxy A direct (non-tunneling) proxy to use. *)
end
[@@warning "-unused-functor-parameter"]

(** This functor keeps a cache of connections for reuse. Connections are reused
based on their remote {!type:Conduit.endp} (effectively IP / port). It also
Expand Down Expand Up @@ -92,3 +93,4 @@ module Make_proxy (Connection : S.Connection) (Sleep : S.Sleep) : sig
@see <https://everything.curl.dev/usingcurl/proxies/env.html#no-proxy>
@param proxy_headers Headers to pass to the proxy. *)
end
[@@warning "-unused-functor-parameter"]

0 comments on commit d133a85

Please sign in to comment.