Method: Protocol::HTTP2::PendingSettings#append
- Defined in:
- lib/protocol/http2/settings_frame.rb
#append(changes) ⇒ Object
175 176 177 178 |
# File 'lib/protocol/http2/settings_frame.rb', line 175 def append(changes) @queue << changes @pending.update(changes) end |