module Protocol::HTTP2::FlowControlled

def window_updated(size)

Returns:
  • (Boolean) - whether the window update was used or not.

Parameters:
  • size (Integer) -- the maximum amount of data to send.
def window_updated(size)
	return false
end