]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
yahttp: Update to v0.2.0 4486/head
authorAki Tuomi <cmouse@cmouse.fi>
Sun, 18 Sep 2016 12:06:12 +0000 (15:06 +0300)
committerAki Tuomi <cmouse@cmouse.fi>
Sun, 18 Sep 2016 12:06:12 +0000 (15:06 +0300)
ext/yahttp/yahttp/utility.hpp

index 1e55605eb623e78fa73faefaba6aa61e2ff9d4dc..647b023fcdd966b917290b1759642605b89f0ff5 100644 (file)
@@ -329,6 +329,8 @@ namespace YaHTTP {
            return "Requested range not satisfiable";
        case 417:
            return "Expectation Failed";
+       case 422:
+           return "Unprocessable Entity";
        case 500:
            return "Internal Server Error";
        case 501: