diff --git a/src/proto_http.c b/src/proto_http.c index 379471efa..af8adc92c 100644 --- a/src/proto_http.c +++ b/src/proto_http.c @@ -75,7 +75,7 @@ const char HTTP_200[] = "Connection: close\r\n" "Content-Type: text/html\r\n" "\r\n" - "

200 OK

\nHAProxy: service ready.\n\n"; + "

200 OK

\nService ready.\n\n"; const struct chunk http_200_chunk = { .str = (char *)&HTTP_200,