We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf8b9d4 commit 52feb62Copy full SHA for 52feb62
src/BenchmarksApps/TLS/Kestrel/Program.cs
@@ -53,7 +53,7 @@
53
54
Console.WriteLine("Configured HostFilteringOptions. Hosts: " + string.Join(';', allowedHosts));
55
options.AllowedHosts = allowedHosts.ToArray();
56
- options.IncludeFailureMessage = false; // Suppress the failure message in response body
+ options.IncludeFailureMessage = true; // Suppress the failure message in response body
57
options.AllowEmptyHosts = true;
58
});
59
}
0 commit comments