]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/http/StatusLine.cc
Docs: Copyright updates for 2018 (#114)
[thirdparty/squid.git] / src / http / StatusLine.cc
index f561ebce94b60b238aeeaea862191214391d9ec3..6ec9ce8c73e3118fea83bafe5fb39bafdd080a82 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2018 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
@@ -76,7 +76,7 @@ Http::StatusLine::parse(const String &protoPrefix, const char *start, const char
 {
     status_ = Http::scInvalidHeader;    /* Squid header parsing error */
 
-    // XXX: HttpMsg::parse() has a similar check but is using
+    // XXX: Http::Message::parse() has a similar check but is using
     // casesensitive comparison (which is required by HTTP errata?)
 
     if (protoPrefix.cmp("ICY", 3) == 0) {