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.