]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
debug change
authorwessels <>
Fri, 7 Nov 1997 01:29:31 +0000 (01:29 +0000)
committerwessels <>
Fri, 7 Nov 1997 01:29:31 +0000 (01:29 +0000)
src/http.cc

index 89bfec7607b66b0d9955ed48f1bd2279b6964879..e8b0d132f8a7c8497860954eee30196a7ffa01b4 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: http.cc,v 1.217 1997/11/05 05:29:27 wessels Exp $
+ * $Id: http.cc,v 1.218 1997/11/06 18:29:31 wessels Exp $
  *
  * DEBUG: section 11    Hypertext Transfer Protocol (HTTP)
  * AUTHOR: Harvest Derived
@@ -512,7 +512,7 @@ httpProcessReplyHeader(HttpStateData * httpState, const char *buf, int size)
        strncat(httpState->reply_hdr, buf, room < size ? room : size);
        hdr_len += room < size ? room : size;
        if (hdr_len > 4 && strncmp(httpState->reply_hdr, "HTTP/", 5)) {
-           debug(11, 3) ("httpProcessReplyHeader: Non-HTTP-compliant header: '%s'\n", storeKeyText(entry->key));
+           debug(11, 3) ("httpProcessReplyHeader: Non-HTTP-compliant header: '%s'\n", httpState->reply_hdr);
            httpState->reply_hdr_state += 2;
            reply->code = 555;
            return;