Skip to content

Commit

Permalink
fix: apply comment
Browse files Browse the repository at this point in the history
  • Loading branch information
EngRajabi authored and raman-m committed Nov 2, 2024
1 parent 5921a9c commit 3efc97c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Ocelot/Configuration/HttpHandlerOptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@ public HttpHandlerOptions(bool allowAutoRedirect, bool useCookieContainer, bool
/// Gets or sets a value that indicates whether additional HTTP/2 connections can be established to the same server.
/// </summary>
/// <value>EnableMultipleHttp2Connections.</value>
public bool EnableMultipleHttp2Connections { get; set; }
public bool EnableMultipleHttp2Connections { get; }
}
}

0 comments on commit 3efc97c

Please sign in to comment.