Skip to content

Commit 52feb62

Browse files
committed
try with full message
1 parent bf8b9d4 commit 52feb62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BenchmarksApps/TLS/Kestrel/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353

5454
Console.WriteLine("Configured HostFilteringOptions. Hosts: " + string.Join(';', allowedHosts));
5555
options.AllowedHosts = allowedHosts.ToArray();
56-
options.IncludeFailureMessage = false; // Suppress the failure message in response body
56+
options.IncludeFailureMessage = true; // Suppress the failure message in response body
5757
options.AllowEmptyHosts = true;
5858
});
5959
}

0 commit comments

Comments
 (0)