class Protocol::HTTP2::ContinuationFrame

def inspect

def inspect
	"\#<#{self.class} stream_id=#{@stream_id} flags=#{@flags} length=#{@length || 0}b>"
end