mirage / ocaml-cohttp

An OCaml library for HTTP clients and servers using Lwt or Async
Other
704 stars 174 forks source link

fix: get rid of flush #1052

Closed rgrinberg closed 2 months ago

rgrinberg commented 3 months ago

We haven't yet released [Http] so it's ok to change things. It doesn't seem right to release the library with a deprecated feature.

It's easy enough to just drop this field in [Http]

Signed-off-by: Rudi Grinberg me@rgrinberg.com

rgrinberg commented 2 months ago

@mefyl do you want to have a look?

mefyl commented 2 months ago

LGTM !