module Protocol::HTTP2::FlowControlled
def window_updated(size)
-
(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