Method: Protocol::HTTP2::Connection#local_window
- Defined in:
- lib/protocol/http2/connection.rb
#local_window ⇒ Object (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.
88 89 90 |
# File 'lib/protocol/http2/connection.rb', line 88 def local_window @local_window end |