]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Polished comments: duplication of body_pipe leads to coding bugs when adding
authorAlex Rousskov <rousskov@measurement-factory.com>
Sun, 28 Sep 2008 17:27:56 +0000 (11:27 -0600)
committerAlex Rousskov <rousskov@measurement-factory.com>
Sun, 28 Sep 2008 17:27:56 +0000 (11:27 -0600)
a pipe to a message.
No functional changes.

src/adaptation/Message.h

index 2273c0036deb8bbab8564a4a7fb297d7ae95cecf..950e9e2c943ee9788ee637593961fc662b5c0e37 100644 (file)
@@ -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: