module Protocol::HTTP2::Continued

def initialize(*)

def initialize(*)
	super
	
	@continuation = nil
end