Skip to content

Commit

Permalink
Merge pull request #145 from akostadinov/master
Browse files Browse the repository at this point in the history
support HTTP code 418
  • Loading branch information
boazsegev authored Jul 7, 2023
2 parents e5560c5 + 2226951 commit 629345b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ext/iodine/http.c
Original file line number Diff line number Diff line change
Expand Up @@ -2696,6 +2696,7 @@ fio_str_info_s http_status2str(uintptr_t status) {
HTTP_SET_STATUS_STR(415, "Unsupported Media Type"),
HTTP_SET_STATUS_STR(416, "Range Not Satisfiable"),
HTTP_SET_STATUS_STR(417, "Expectation Failed"),
HTTP_SET_STATUS_STR(418, "I'm a teapot"),
HTTP_SET_STATUS_STR(421, "Misdirected Request"),
HTTP_SET_STATUS_STR(422, "Unprocessable Entity"),
HTTP_SET_STATUS_STR(423, "Locked"),
Expand Down

0 comments on commit 629345b

Please sign in to comment.