Skip to content

Commit 59e7743

Browse files
committed
Add 409 conflict
PR ipkn#289 rwalk
1 parent 3c3a4c2 commit 59e7743

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

include/crow/http_connection.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -374,6 +374,7 @@ namespace crow
374374
{401, "HTTP/1.1 401 Unauthorized\r\n"},
375375
{403, "HTTP/1.1 403 Forbidden\r\n"},
376376
{404, "HTTP/1.1 404 Not Found\r\n"},
377+
{409, "HTTP/1.1 409 Conflict\r\n"},
377378
{413, "HTTP/1.1 413 Payload Too Large\r\n"},
378379
{422, "HTTP/1.1 422 Unprocessable Entity\r\n"},
379380
{429, "HTTP/1.1 429 Too Many Requests\r\n"},

0 commit comments

Comments
 (0)