]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
set HTTP request version
authorwessels <>
Thu, 21 May 1998 03:06:23 +0000 (03:06 +0000)
committerwessels <>
Thu, 21 May 1998 03:06:23 +0000 (03:06 +0000)
src/net_db.cc

index 9c1d44f0aabfbec9c268a242b7daa8f7e81a8fff..ed030a41774a7c7c82c9428542f84df0404ca2c1 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: net_db.cc,v 1.102 1998/05/15 15:16:28 wessels Exp $
+ * $Id: net_db.cc,v 1.103 1998/05/20 21:06:23 wessels Exp $
  *
  * DEBUG: section 37    Network Measurement Database
  * AUTHOR: Duane Wessels
@@ -1058,6 +1058,7 @@ netdbExchangeStart(void *data)
 #else
     httpRequestSetHeaders(ex->r, METHOD_GET, uri, "");
 #endif
+    ex->r->http_ver = 1.0;
     ex->e = storeCreateEntry(uri, uri, 0, METHOD_GET);
     ex->buf_sz = 4096;;
     ex->buf = memAllocate(MEM_4K_BUF);