]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Corrected a misgiving comment. httpHeaderGetByName returns by value,
authorhno <>
Mon, 17 Jun 2002 01:48:04 +0000 (01:48 +0000)
committerhno <>
Mon, 17 Jun 2002 01:48:04 +0000 (01:48 +0000)
not pointer.

src/HttpHeader.cc

index 01dcf432ac94ab9466a7ca5410d583a42b225e81..640ab52f3e021c7811ca6cb9309e2ae2de47aba7 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: HttpHeader.cc,v 1.75 2002/04/07 00:41:54 hno Exp $
+ * $Id: HttpHeader.cc,v 1.76 2002/06/16 19:48:04 hno Exp $
  *
  * DEBUG: section 55    HTTP Header
  * AUTHOR: Alex Rousskov
@@ -634,9 +634,7 @@ httpHeaderGetStrOrList(const HttpHeader * hdr, http_hdr_type id)
 }
 
 /*
- * returns a pointer to a specified entry if any 
- * note that we return one entry so it does not make much sense to ask for
- * "list" headers
+ * Returns the value of the specified header.
  */
 String
 httpHeaderGetByName(const HttpHeader * hdr, const char *name)