]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/http.h
Bug #890: Various HTTP workarounds and minor corrections
[thirdparty/squid.git] / src / http.h
index 9f04690d9f2268b1652b89a001ceb9e5964eeca5..5332c20af81203bdda93d24628bc6b86b829d2c5 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: http.h,v 1.10 2004/12/21 17:52:53 robertc Exp $
+ * $Id: http.h,v 1.11 2005/03/06 21:08:13 serassio Exp $
  *
  *
  * SQUID Web Proxy Cache          http://www.squid-cache.org/
@@ -59,6 +59,7 @@ public:
     int fd;
     http_state_flags flags;
     FwdState *fwd;
+    char *body_buf;
     off_t currentOffset;
     int do_next_read;
     size_t read_sz;