From: Godbach Date: Wed, 17 Dec 2014 08:32:05 +0000 (+0800) Subject: BUG/MINOR: http: fix typo: "401 Unauthorized" => "407 Unauthorized" X-Git-Tag: v1.6-dev1~243 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f1fae62027156eb597a4dc97952e8abdad0ee28;p=thirdparty%2Fhaproxy.git BUG/MINOR: http: fix typo: "401 Unauthorized" => "407 Unauthorized" 401 Unauthorized => 407 Unauthorized Signed-off-by: Godbach --- diff --git a/src/proto_http.c b/src/proto_http.c index f19a69b364..0a94785b06 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] = {