You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/protocol/http2/window.rb
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ module HTTP2
9
9
classWindow
10
10
# When an HTTP/2 connection is first established, new streams are created with an initial flow-control window size of 65,535 octets. The connection flow-control window is also 65,535 octets.
11
11
DEFAULT_CAPACITY=0xFFFF
12
-
12
+
13
13
# Initialize a new flow control window.
14
14
# @parameter capacity [Integer] The initial window size, typically from the settings.
0 commit comments