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 Oct 18, 2024
1 parent f21183d commit a8a150e
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 a8a150e

Please sign in to comment.