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; }