v0.3.0
- Change
Protocol::HTTY::Streamto take explicit input and output endpoints usingStream.new(input, output)andStream.open(input, output, **options). - Read HTTY input without buffering ahead, preserving HTTP/2 frame boundaries by reading only the announced frame payload length.