From bcc947cde7e8833592b481aed6729b484ad1eaa4 Mon Sep 17 00:00:00 2001 From: Alex Rousskov Date: Sun, 28 Sep 2008 11:27:56 -0600 Subject: [PATCH] Polished comments: duplication of body_pipe leads to coding bugs when adding a pipe to a message. No functional changes. --- src/adaptation/Message.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: -- 2.47.2