We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 159a08b commit 3de317cCopy full SHA for 3de317c
1 file changed
lib/protocol/http2/continuation_frame.rb
@@ -123,6 +123,10 @@ class ContinuationFrame < Frame
123
124
TYPE = 0x9
125
126
+ # Read the frame and any continuation frames from the stream.
127
+ # @parameter stream [IO] The stream to read from.
128
+ # @parameter maximum_frame_size [Integer] Maximum allowed frame size.
129
+ # @parameter limit [Integer] The maximum number of continuation frames to read.
130
def read(stream, maximum_frame_size, limit = 8)
131
super
132
end
0 commit comments