Method: Protocol::HTTP2::Connection#maximum_frame_size
- Defined in:
- lib/protocol/http2/connection.rb
#maximum_frame_size ⇒ Object
The size of a frame payload is limited by the maximum size that a receiver advertises in the SETTINGS_MAX_FRAME_SIZE setting.
69 70 71 |
# File 'lib/protocol/http2/connection.rb', line 69 def maximum_frame_size @remote_settings.maximum_frame_size end |