Skip to content

Commit cf901c7

Browse files
authored
[HTTP/2] MultipleConnections update (dotnet#9921)
dotnet/runtime#101531 (comment)
1 parent dc4190a commit cf901c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xml/System.Net.Http/SocketsHttpHandler.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -429,10 +429,10 @@ The default proxy is used only when <xref:System.Net.Http.SocketsHttpHandler.Use
429429
<ReturnType>System.Boolean</ReturnType>
430430
</ReturnValue>
431431
<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>
433433
<value>
434434
<see langword="true" /> if additional HTTP/2 connections are allowed to be created; otherwise, <see langword="false" />.</value>
435-
<remarks>To be added.</remarks>
435+
<remarks>Enabling multiple connections to the same server explicitly goes against <see href="https://www.rfc-editor.org/rfc/rfc9113.html#section-9.1-2">RFC 9113 - HTTP/2</see>.</remarks>
436436
</Docs>
437437
</Member>
438438
<Member MemberName="Expect100ContinueTimeout">

0 commit comments

Comments
 (0)