Skip to content

Commit a05c5ea

Browse files
feat: update kStatusTable
1 parent a9915d5 commit a05c5ea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/http/http_response.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ static const HttpStatusInfo kStatusTable[] = {
3838
{ 409, "Conflict" },
3939
{ 500, "Internal Server Error" },
4040
{ 501, "Not Implemented" },
41+
{ 502, "Bad Gateway"},
4142
{ 507, "Disk Full" }
4243
};
4344
/* clang-format on */

0 commit comments

Comments
 (0)