From: hno <> Date: Mon, 17 Jun 2002 02:10:29 +0000 (+0000) Subject: Fixed that misgiving comment again... X-Git-Tag: SQUID_3_0_PRE1~972 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=372fdfbfba375fb9f001a353c149be552e98f1b6;p=thirdparty%2Fsquid.git Fixed that misgiving comment again... --- diff --git a/src/HttpHeader.cc b/src/HttpHeader.cc index 19fcf218dd..b91b1bb6d4 100644 --- a/src/HttpHeader.cc +++ b/src/HttpHeader.cc @@ -1,6 +1,6 @@ /* - * $Id: HttpHeader.cc,v 1.77 2002/06/16 20:05:53 hno Exp $ + * $Id: HttpHeader.cc,v 1.78 2002/06/16 20:10:29 hno Exp $ * * DEBUG: section 55 HTTP Header * AUTHOR: Alex Rousskov @@ -662,9 +662,7 @@ httpHeaderGetByName(const HttpHeader * hdr, const char *name) } /* - * 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 a the value of the specified list member, if any. */ String httpHeaderGetByNameListMember(const HttpHeader * hdr, const char *name, const char *member, const char separator)