more 206 correctness

This commit is contained in:
ed
2020-05-15 00:52:57 +02:00
parent fc4d59d2d7
commit 1c0f44fa4e
3 changed files with 29 additions and 2 deletions

View File

@@ -49,6 +49,7 @@ HTTPCODE = {
404: "Not Found",
405: "Method Not Allowed",
413: "Payload Too Large",
416: "Requested Range Not Satisfiable",
422: "Unprocessable Entity",
500: "Internal Server Error",
501: "Not Implemented",