Skip to content

Commit 1408edb

Browse files
committed
push log
1 parent d1c1723 commit 1408edb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/BenchmarksApps/TLS/Kestrel/Program.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
allowedHosts.Add(urlPrefix.Host);
4848
}
4949

50+
Console.WriteLine("Allowed Hosts: " + string.Join(';', allowedHosts));
5051
options.AllowedHosts = allowedHosts.ToArray();
5152
options.IncludeFailureMessage = false; // Suppress the failure message in response body
5253
options.AllowEmptyHosts = true;

0 commit comments

Comments
 (0)