grrr cohttp and its signature breakages

This commit is contained in:
Simon Cruanes 2026-02-26 10:42:23 -05:00
parent 1b3aafdb8d
commit 14ac07660d
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4

View file

@ -143,23 +143,9 @@ let client ?(scope : Otel.Scope.t option) (module C : Cohttp_lwt.S.Client) =
let module Traced = struct let module Traced = struct
open Lwt.Syntax open Lwt.Syntax
(* These types and values are not customized by our client, but are required to satisfy (* These types and values are not customized by our client, but are required to satisfy
[Cohttp_lwt.S.Client]. *) [Cohttp_lwt.S.Client]. *)
include ( include C
C :
sig
type ctx = C.ctx
type 'a io = 'a C.io
type 'a with_context = 'a C.with_context
type body = C.body
val map_context : 'a with_context -> ('a -> 'b) -> 'b with_context
val set_cache : Cohttp_lwt.S.call -> unit
end)
let attrs_for ~uri ~meth:_ () = let attrs_for ~uri ~meth:_ () =
[ [