From 38a2059c9df42402366230114f508034622830ef Mon Sep 17 00:00:00 2001 From: Jackarain Date: Wed, 15 Nov 2023 16:50:13 +0800 Subject: [PATCH] Improve error info --- httpd/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httpd/src/main.cpp b/httpd/src/main.cpp index 1eec121f3..e2930ea44 100644 --- a/httpd/src/main.cpp +++ b/httpd/src/main.cpp @@ -622,7 +622,7 @@ inline awaitable_void dir_session( req, connection_id, http::status::internal_server_error, - "internal server error"); + "Internal server error"); co_return; }