Method: HTTP::Protocol::HTTP2::Connection#local_window

Defined in:
lib/http/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.



75
76
77
# File 'lib/http/protocol/http2/connection.rb', line 75

def local_window
  @local_window
end