From 1f1fae62027156eb597a4dc97952e8abdad0ee28 Mon Sep 17 00:00:00 2001 From: Godbach Date: Wed, 17 Dec 2014 16:32:05 +0800 Subject: [PATCH] BUG/MINOR: http: fix typo: "401 Unauthorized" => "407 Unauthorized" 401 Unauthorized => 407 Unauthorized Signed-off-by: Godbach --- src/proto_http.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/proto_http.c b/src/proto_http.c index f19a69b36..0a94785b0 100644 --- a/src/proto_http.c +++ b/src/proto_http.c @@ -124,7 +124,7 @@ const char *HTTP_407_fmt = "Content-Type: text/html\r\n" "Proxy-Authenticate: Basic realm=\"%s\"\r\n" "\r\n" - "

401 Unauthorized

\nYou need a valid user and password to access this content.\n\n"; + "

407 Unauthorized

\nYou need a valid user and password to access this content.\n\n"; const int http_err_codes[HTTP_ERR_SIZE] = {