Skip to content

0.13.0

Latest
Compare
Choose a tag to compare
@anmonteiro anmonteiro released this 04 Sep 18:31

CHANGES:

  • h2: surface (body) write failures through flush
    (#247)
    • Body.Writer.flush now takes a callback of the type
      ([ `Written | ` Closed] -> unit), informing the caller whether the
      previous writes have been written or whether the output channel was
      closed.