Skip to content

Commit

Permalink
Improve error info
Browse files Browse the repository at this point in the history
  • Loading branch information
Jackarain committed Nov 15, 2023
1 parent 5851f95 commit 38a2059
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion httpd/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 38a2059

Please sign in to comment.