--------------------- PatchSet 1575 Date: 2005/08/24 05:45:25 Author: rousskov Branch: squid3-icap Tag: (none) Log: - Polished comments. Members: src/MsgPipeData.h:1.1.2.4->1.1.2.5 Index: squid3/src/MsgPipeData.h =================================================================== RCS file: /cvsroot/squid-sf//squid3/src/Attic/MsgPipeData.h,v retrieving revision 1.1.2.4 retrieving revision 1.1.2.5 diff -u -r1.1.2.4 -r1.1.2.5 --- squid3/src/MsgPipeData.h 17 Aug 2005 23:49:25 -0000 1.1.2.4 +++ squid3/src/MsgPipeData.h 24 Aug 2005 05:45:25 -0000 1.1.2.5 @@ -1,6 +1,6 @@ /* - * $Id: MsgPipeData.h,v 1.1.2.4 2005/08/17 23:49:25 dwsquid Exp $ + * $Id: MsgPipeData.h,v 1.1.2.5 2005/08/24 05:45:25 rousskov Exp $ * * * SQUID Web Proxy Cache http://www.squid-cache.org/ @@ -65,7 +65,7 @@ // message being piped Header *header; // parsed HTTP headers - Body *body; // a buffer for piping body piping + Body *body; // a buffer for decoded HTTP body piping // HTTP request header for piped responses (the cause of the response) HttpRequest *cause;