From: Amos Jeffries Date: Sat, 4 Jan 2014 13:09:36 +0000 (-0800) Subject: Remove TODO which has been designed away X-Git-Tag: merge-candidate-3-v1~506^2~67 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dcdb3641433f54d34d6276d35d8986520538e558;p=thirdparty%2Fsquid.git Remove TODO which has been designed away --- diff --git a/src/http/Http1Parser.h b/src/http/Http1Parser.h index 055afa9eff..9e9389e308 100644 --- a/src/http/Http1Parser.h +++ b/src/http/Http1Parser.h @@ -92,8 +92,6 @@ public: /// the request-line URI if this is a request message, or an empty string. const SBuf &requestUri() const {return uri_;} - // TODO: Offsets for pieces of the (HTTP reply) Status-Line as per RFC 2616 - /** HTTP status code to be used on the invalid-request error page * Http::scNone indicates incomplete parse, Http::scOkay indicates no error. */