Skip to content

v0.4.0

Latest

Choose a tag to compare

@ioquatix ioquatix released this 14 May 03:41
· 1 commit to main since this release
5f120a7
  • Breaking: Drop the io-stream dependency. Stream.new and Stream.open no longer coerce or wrap their input and output arguments; raw IO objects are used as-is. Callers that relied on stream.io returning an IO::Stream::Buffered should wrap the IO themselves before passing it in.
  • Simplify Stream#read to delegate directly to the underlying input, since the HTTP/2 framer always requests exact byte counts (header size, then payload length).