From 7308ecc5c27e1bde7ee6c08db27363dfdf2f9e44 Mon Sep 17 00:00:00 2001 From: Aki Tuomi Date: Sun, 18 Sep 2016 15:06:12 +0300 Subject: [PATCH] yahttp: Update to v0.2.0 --- ext/yahttp/yahttp/utility.hpp | 2 ++ 1 file changed, 2 insertions(+) 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: -- 2.47.2