module Protocol::HTTP2::FlowControlled

def update_local_window(frame)

def update_local_window(frame)
	consume_local_window(frame)
	request_window_update
end