mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-22 06:37:54 -04:00
BUG/MINOR: http: fix typo: "401 Unauthorized" => "407 Unauthorized"
401 Unauthorized => 407 Unauthorized Signed-off-by: Godbach <nylzhaowei@gmail.com>
This commit is contained in:
parent
d39ae7ddc9
commit
1f1fae6202
1 changed files with 1 additions and 1 deletions
|
|
@ -124,7 +124,7 @@ const char *HTTP_407_fmt =
|
|||
"Content-Type: text/html\r\n"
|
||||
"Proxy-Authenticate: Basic realm=\"%s\"\r\n"
|
||||
"\r\n"
|
||||
"<html><body><h1>401 Unauthorized</h1>\nYou need a valid user and password to access this content.\n</body></html>\n";
|
||||
"<html><body><h1>407 Unauthorized</h1>\nYou need a valid user and password to access this content.\n</body></html>\n";
|
||||
|
||||
|
||||
const int http_err_codes[HTTP_ERR_SIZE] = {
|
||||
|
|
|
|||
Loading…
Reference in a new issue