class Async::HTTP::Protocol::HTTP2::Stream
def update_local_window(frame)
def update_local_window(frame) consume_local_window(frame) # This is done on demand in `Input#read`: # request_window_update end
def update_local_window(frame) consume_local_window(frame) # This is done on demand in `Input#read`: # request_window_update end