From: Aki Tuomi Date: Sun, 18 Sep 2016 12:06:12 +0000 (+0300) Subject: yahttp: Update to v0.2.0 X-Git-Tag: dnsdist-1.1.0-beta2~119^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F4486%2Fhead;p=thirdparty%2Fpdns.git yahttp: Update to v0.2.0 --- diff --git a/ext/yahttp/yahttp/utility.hpp b/ext/yahttp/yahttp/utility.hpp index 1e55605eb6..647b023fcd 100644 --- a/ext/yahttp/yahttp/utility.hpp +++ b/ext/yahttp/yahttp/utility.hpp @@ -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: