]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/ICAP/ChunkedCodingParser.h
Author: wessels & Christos Tsantilas
[thirdparty/squid.git] / src / ICAP / ChunkedCodingParser.h
index a935aa676dde0d2bf0c6634796b4980e24851f3c..d6e1a6fba4687c42e54e68b90a9279bb3c8873c7 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: ChunkedCodingParser.h,v 1.2 2005/11/21 23:46:27 wessels Exp $
+ * $Id: ChunkedCodingParser.h,v 1.3 2007/08/13 17:20:53 hno Exp $
  * 
  * SQUID Web Proxy Cache          http://www.squid-cache.org/
  * ----------------------------------------------------------
@@ -82,8 +82,8 @@ private:
     MemBuf *theOut;
 
     Step theStep;
-    size_t theChunkSize;
-    size_t theLeftBodySize;
+    uint64_t theChunkSize;
+    uint64_t theLeftBodySize;
     bool doNeedMoreData;
 };