module Protocol::HTTP2::Continued

def end_headers?

def end_headers?
	flag_set?(END_HEADERS)
end