]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
- Reduced the amout of tmp header debugging.
authorrousskov <>
Thu, 12 Mar 1998 07:28:53 +0000 (07:28 +0000)
committerrousskov <>
Thu, 12 Mar 1998 07:28:53 +0000 (07:28 +0000)
src/HttpHeaderTools.cc

index f25d05836b530fa0f58da2ea504b2a753fd2be40..61ddc5301d5cab611e1b5e3d489742db798f31f3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: HttpHeaderTools.cc,v 1.3 1998/03/11 22:18:45 rousskov Exp $
+ * $Id: HttpHeaderTools.cc,v 1.4 1998/03/12 00:28:53 rousskov Exp $
  *
  * DEBUG: section 66    HTTP Header Tools
  * AUTHOR: Alex Rousskov
@@ -193,7 +193,7 @@ void httpHeaderTestParser(const char *hstr)
     MemBuf mb;
     assert(hstr);
     /* do not print too much, kludge */
-    if (bug_count > 100 && (lrand48() % bug_count) > 50L)
+    if (bug_count > 50 && (lrand48() % bug_count) > 25L)
        return;
     /* skip start line if any */
     if (!strncasecmp(hstr, "HTTP/", 5)) {