From: Amos Jeffries Date: Sun, 22 Dec 2013 13:17:29 +0000 (-0800) Subject: Documentation tweak X-Git-Tag: merge-candidate-3-v1~506^2~95 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=845785bbcd96703c2906d312cff26c98c33824f0;p=thirdparty%2Fsquid.git Documentation tweak --- diff --git a/src/HttpParser.h b/src/HttpParser.h index 7e5250137e..f8f0d768c9 100644 --- a/src/HttpParser.h +++ b/src/HttpParser.h @@ -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;} /**