class Async::HTTP::Protocol::HTTP2::Input

def initialize(stream, length)

def initialize(stream, length)
	super(length)
	
	@stream = stream
	@remaining = length
end