class Async::HTTP::Protocol::HTTP2::Stream

def send_body(body)

def send_body(body)
	@body = body
	
	window_updated
end