From: wessels <> Date: Fri, 2 Dec 2005 01:15:51 +0000 (+0000) Subject: update comment for HttpMsg::parseCharBuf() X-Git-Tag: SQUID_3_0_PRE4~478 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bf9fb8ff4c6693d31c3289bb8d8af4c970c80471;p=thirdparty%2Fsquid.git update comment for HttpMsg::parseCharBuf() --- diff --git a/src/HttpMsg.cc b/src/HttpMsg.cc index aaad1fe8a1..829ca962cc 100644 --- a/src/HttpMsg.cc +++ b/src/HttpMsg.cc @@ -1,6 +1,6 @@ /* - * $Id: HttpMsg.cc,v 1.20 2005/11/21 22:46:38 wessels Exp $ + * $Id: HttpMsg.cc,v 1.21 2005/12/01 18:15:51 wessels Exp $ * * DEBUG: section 74 HTTP Message * AUTHOR: Alex Rousskov @@ -200,7 +200,7 @@ bool HttpMsg::parse(MemBuf *buf, bool eof, http_status *error) } /* - * parse() takes character buffer of HTTP headers (buf), + * parseCharBuf() takes character buffer of HTTP headers (buf), * which may not be NULL-terminated, and fills in an HttpMsg * structure. The parameter 'end' specifies the offset to * the end of the reply headers. The caller may know where the