mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-03-24 20:07:33 +00:00
MINOR: proto_http.c 502 error txt typo.
[wt: should be backported to 1.7 and 1.6 as it was introduced in 1.6-dev4]
This commit is contained in:
parent
16ad94adf6
commit
59af2df102
@ -343,7 +343,7 @@ const char *get_reason(unsigned int status)
|
||||
case 499: return "client has closed connection";
|
||||
case 500: return "Internal Server Error";
|
||||
case 501: return "Not Implemented";
|
||||
case 502: return "Bad Gateway ou Proxy Error";
|
||||
case 502: return "Bad Gateway or Proxy Error";
|
||||
case 503: return "Service Unavailable";
|
||||
case 504: return "Gateway Time-out";
|
||||
case 505: return "HTTP Version not supported";
|
||||
|
Loading…
Reference in New Issue
Block a user