We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0ae4c3 commit 5ba1f47Copy full SHA for 5ba1f47
src/Ocelot/Configuration/HttpHandlerOptions.cs
@@ -57,6 +57,6 @@ public HttpHandlerOptions(bool allowAutoRedirect, bool useCookieContainer, bool
57
/// Gets or sets a value that indicates whether additional HTTP/2 connections can be established to the same server.
58
/// </summary>
59
/// <value>EnableMultipleHttp2Connections.</value>
60
- public bool EnableMultipleHttp2Connections { get; set; }
+ public bool EnableMultipleHttp2Connections { get; }
61
}
62
0 commit comments