]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Remove TODO which has been designed away
authorAmos Jeffries <squid3@treenet.co.nz>
Sat, 4 Jan 2014 13:09:36 +0000 (05:09 -0800)
committerAmos Jeffries <squid3@treenet.co.nz>
Sat, 4 Jan 2014 13:09:36 +0000 (05:09 -0800)
src/http/Http1Parser.h

index 055afa9eff0aca8b9dc050986b1ca9e30cc81b02..9e9389e30865a1dde211beedbe324d8811c72f08 100644 (file)
@@ -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.
      */