module Protocol::HTTP2::FlowControlled
def request_window_update
def request_window_update if @local_window.limited? self.send_window_update(@local_window.wanted) end end
def request_window_update if @local_window.limited? self.send_window_update(@local_window.wanted) end end