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: xml/System.Net.Http/SocketsHttpHandler.xml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -429,10 +429,10 @@ The default proxy is used only when <xref:System.Net.Http.SocketsHttpHandler.Use
429
429
<ReturnType>System.Boolean</ReturnType>
430
430
</ReturnValue>
431
431
<Docs>
432
-
<summary>Gets or sets a value that indicates whether additional HTTP/2 connections can be established to the same server when the maximum number of concurrent streams is reached on all existing connections.</summary>
432
+
<summary>Gets or sets a value that indicates whether additional HTTP/2 connections can be established to the same server. </summary>
433
433
<value>
434
434
<seelangword="true" /> if additional HTTP/2 connections are allowed to be created; otherwise, <seelangword="false" />.</value>
435
-
<remarks>To be added.</remarks>
435
+
<remarks>Enabling multiple connections to the same server explicitly goes against <seehref="https://www.rfc-editor.org/rfc/rfc9113.html#section-9.1-2">RFC 9113 - HTTP/2</see>.</remarks>
0 commit comments