diff --git a/SimpleHttpServer/HttpServer.cs b/SimpleHttpServer/HttpServer.cs index bff035f..43634d5 100644 --- a/SimpleHttpServer/HttpServer.cs +++ b/SimpleHttpServer/HttpServer.cs @@ -203,7 +203,7 @@ public sealed class HttpServer { private static async Task HandleDefaultErrorPageAsync(RequestContext ctx, int errorCode) { await ctx.WriteLineToRespAsync($"""
-Code: {errorCode}
""");