]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
A small syntax fix to my change for invalid HEAD replies
authorhno <>
Sun, 9 Feb 2003 00:37:36 +0000 (00:37 +0000)
committerhno <>
Sun, 9 Feb 2003 00:37:36 +0000 (00:37 +0000)
src/client_side_reply.cc

index 520073fc9c3af33c7c63a2afbd937fcc67c1279e..78ac15829ff0d2e13b42ad821559c2e526776aaf 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: client_side_reply.cc,v 1.37 2003/02/08 15:23:53 hno Exp $
+ * $Id: client_side_reply.cc,v 1.38 2003/02/08 17:37:36 hno Exp $
  *
  * DEBUG: section 88    Client-side Reply Routines
  * AUTHOR: Robert Collins (Originally Duane Wessels in client_side.c)
@@ -1964,7 +1964,7 @@ clientReplyContext::sendMoreData (StoreIOBuffer result)
             * And as this is a malformed HTTP reply we cannot keep
             * the connection persistent
             */
-           request->flags.proxy_keepalive = 0;
+           http->request->flags.proxy_keepalive = 0;
            
            StoreIOBuffer tempBuffer;
            assert(body_buf && body_size);