class Async::HTTP::Protocol::HTTP2::Stream::Output
def initialize(stream, body)
def initialize(stream, body) @stream = stream @body = body @window_updated = Async::Condition.new end
def initialize(stream, body) @stream = stream @body = body @window_updated = Async::Condition.new end