Method: HTTP::Protocol::HTTP2::Window#expand

Defined in:
lib/http/protocol/http2/window_update_frame.rb

#expand(amount) ⇒ Object



56
57
58
# File 'lib/http/protocol/http2/window_update_frame.rb', line 56

def expand(amount)
  @used -= amount
end