Method: Protocol::HTTP2::Connection#local_window

Defined in:
lib/protocol/http2/connection.rb

#local_windowObject (readonly)

Our window for receiving data. When we receive data, it reduces this window. If the window gets too small, we must send a window update.



94
95
96
# File 'lib/protocol/http2/connection.rb', line 94

def local_window
  @local_window
end