]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
MINOR: proto_http.c 502 error txt typo.
authorJarno Huuskonen <jarno.huuskonen@uef.fi>
Wed, 28 Dec 2016 08:49:01 +0000 (10:49 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 11 Jan 2017 11:44:41 +0000 (12:44 +0100)
[wt: should be backported to 1.7 and 1.6 as it was introduced in 1.6-dev4]

src/proto_http.c

index 8bc1636cfda2aad5eb267ba5fb5d4d3d66537021..3490aa77d77b6ef33177a0dc844203631e9c6d1b 100644 (file)
@@ -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";