]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
remove HTTP version debug
authorwessels <>
Fri, 14 Nov 1997 22:49:58 +0000 (22:49 +0000)
committerwessels <>
Fri, 14 Nov 1997 22:49:58 +0000 (22:49 +0000)
src/client_side.cc

index 64f8ee32808ec440718284a822478d27f4f8686c..05c4edb761991f8d7f94c8bbed39f87238a0ef8a 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: client_side.cc,v 1.149 1997/11/14 04:55:05 wessels Exp $
+ * $Id: client_side.cc,v 1.150 1997/11/14 15:49:58 wessels Exp $
  *
  * DEBUG: section 33    Client-side Routines
  * AUTHOR: Duane Wessels
@@ -1570,8 +1570,6 @@ clientReadRequest(int fd, void *data)
            request->http_ver = http->http_ver;
            request->headers = headers;
            request->headers_sz = headers_sz;
-if (request->http_ver < 1.0 || request->http_ver > 1.1)
-debug(0,0)("Got HTTP version %f\n", http->http_ver);
            if (!urlCheckRequest(request)) {
                err = errorCon(ERR_UNSUP_REQ, HTTP_NOT_IMPLEMENTED);
                err->src_addr = conn->peer.sin_addr;