Skip to content

Commit

Permalink
Fix unmatched paren in comment (#57752)
Browse files Browse the repository at this point in the history
  • Loading branch information
hwoodiwiss authored and captainsafia committed Feb 11, 2025
1 parent 3c77ec3 commit cd6ae15
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ private static StaticFileOptions CreateStaticFilesOptions(IFileProvider webRootF
var fileExtension = Path.GetExtension(requestPath.Value);
if (string.Equals(fileExtension, ".gz") || string.Equals(fileExtension, ".br"))
{
// When we are serving framework files (under _framework/ we perform content negotiation
// When we are serving framework files (under _framework/) we perform content negotiation
// on the accept encoding and replace the path with <<original>>.gz|br if we can serve gzip or brotli content
// respectively.
// Here we simply calculate the original content type by removing the extension and apply it
Expand Down

0 comments on commit cd6ae15

Please sign in to comment.