Skip to content

v0.3.0

Choose a tag to compare

@ioquatix ioquatix released this 04 May 01:34
· 6 commits to main since this release
d1b1cff
  • Change Protocol::HTTY::Stream to take explicit input and output endpoints using Stream.new(input, output) and Stream.open(input, output, **options).
  • Read HTTY input without buffering ahead, preserving HTTP/2 frame boundaries by reading only the announced frame payload length.