Skip to content

Commit 5ba1f47

Browse files
committed
fix: apply comment
1 parent a0ae4c3 commit 5ba1f47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/Ocelot/Configuration/HttpHandlerOptions.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,6 @@ public HttpHandlerOptions(bool allowAutoRedirect, bool useCookieContainer, bool
5757
/// Gets or sets a value that indicates whether additional HTTP/2 connections can be established to the same server.
5858
/// </summary>
5959
/// <value>EnableMultipleHttp2Connections.</value>
60-
public bool EnableMultipleHttp2Connections { get; set; }
60+
public bool EnableMultipleHttp2Connections { get; }
6161
}
6262
}

0 commit comments

Comments
 (0)