]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Documentation tweak
authorAmos Jeffries <squid3@treenet.co.nz>
Sun, 22 Dec 2013 13:17:29 +0000 (05:17 -0800)
committerAmos Jeffries <squid3@treenet.co.nz>
Sun, 22 Dec 2013 13:17:29 +0000 (05:17 -0800)
src/HttpParser.h

index 7e5250137ef319ca36ce3c4b85f5d3b0e47fd43d..f8f0d768c9981a189f9e4739a4ee4e497e5d7264 100644 (file)
@@ -39,7 +39,8 @@ public:
     /// Reset the parser for use on a new buffer.
     void reset(const char *aBuf, int len);
 
-    /// whether the parser is already processing the buffer
+    /// whether the parser is already done processing the buffer
+    // TODO: parse more than just the request-line
     bool isDone() const {return completedState_==HTTP_PARSE_FIRST;}
 
     /**