From 8b4e84a22a38c9a7cf81907394734c4c3f919919 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20P=C3=B6sel?= Date: Sun, 20 Aug 2017 14:56:24 +0200 Subject: Add constant for http error 521 --- include/m_http.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/m_http.h b/include/m_http.h index 7da8cd42e3..5cd997e464 100644 --- a/include/m_http.h +++ b/include/m_http.h @@ -114,6 +114,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #define HTTP_CODE_BANDWIDTH_LIMIT_EXCEEDED 509 #define HTTP_CODE_NOT_EXTENDED 510 #define HTTP_CODE_NETWORK_AUTHENTICATION_REQUIRED 511 +#define HTTP_CODE_WEB_SERVER_IS_DOWN 521 #define HTTP_CODE_NETWORK_READ_TIMEOUT_ERROR 598 #define HTTP_CODE_NETWORK_CONNECT_TIMEOUT_ERROR 599 -- cgit v1.2.3