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/connection.rb
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,9 @@ def maximum_frame_size
62
62
@remote_settings.maximum_frame_size
63
63
end
64
64
65
-
# The maximum number of concurrent streams that this connection can initiate:
65
+
# The maximum number of concurrent streams that this connection can initiate. This is a setting that can be changed by the remote peer.
66
+
#
67
+
# It is not the same as the number of streams that can be accepted by the connection. The number of streams that can be accepted is determined by the local settings, and the number of streams that can be initiated is determined by the remote settings.
0 commit comments