From d6f13d14bda29a1b2f982ba46b1649d0090239e3 Mon Sep 17 00:00:00 2001 From: Henrik Nordstrom Date: Tue, 3 Feb 2009 21:14:26 +0100 Subject: [PATCH] Accidental typo in previous squidclient change --- tools/squidclient.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/squidclient.cc b/tools/squidclient.cc index ba9fcd8183..a5e5de8f2d 100644 --- a/tools/squidclient.cc +++ b/tools/squidclient.cc @@ -433,7 +433,7 @@ main(int argc, char *argv[]) /* HTTP/1.0 may need keep-alive */ if (strcmp(version, "1.0") == 0) { if (keep_alive) { - if (strchr(url, ':') + if (strchr(url, ':')) snprintf(buf, BUFSIZ, "Proxy-Connection: keep-alive\r\n"); else strcat(msg, "Connection: keep-alive\r\n"); -- 2.47.3