diff options
Diffstat (limited to '')
-rw-r--r-- | libnetdata/http/http_defs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libnetdata/http/http_defs.h b/libnetdata/http/http_defs.h index 774ea0b71..906e3bdfb 100644 --- a/libnetdata/http/http_defs.h +++ b/libnetdata/http/http_defs.h @@ -10,6 +10,7 @@ #define HTTP_RESP_MOVED_PERM 301 #define HTTP_RESP_REDIR_TEMP 307 #define HTTP_RESP_REDIR_PERM 308 +#define HTTP_RESP_HTTPS_UPGRADE 399 // HTTP_CODES 4XX Client Errors #define HTTP_RESP_BAD_REQUEST 400 |