From: Alex Rousskov Date: Sun, 28 Sep 2008 17:27:56 +0000 (-0600) Subject: Polished comments: duplication of body_pipe leads to coding bugs when adding X-Git-Tag: SQUID_3_1_0_1~45^2~11^2~18 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bcc947cde7e8833592b481aed6729b484ad1eaa4;p=thirdparty%2Fsquid.git Polished comments: duplication of body_pipe leads to coding bugs when adding a pipe to a message. No functional changes. --- diff --git a/src/adaptation/Message.h b/src/adaptation/Message.h index 2273c0036d..950e9e2c94 100644 --- a/src/adaptation/Message.h +++ b/src/adaptation/Message.h @@ -37,7 +37,8 @@ public: // virgin or adapted message being worked on Header *header; // parsed HTTP status/request line and headers - // Copy of header->body_pipe, in case somebody moves the original. + /// Copy of header->body_pipe, in case somebody moves the original. + /// \todo Find and fix the code that moves (if any) and remove this. BodyPipePointer body_pipe; private: