]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
update comment for HttpMsg::parseCharBuf()
authorwessels <>
Fri, 2 Dec 2005 01:15:51 +0000 (01:15 +0000)
committerwessels <>
Fri, 2 Dec 2005 01:15:51 +0000 (01:15 +0000)
src/HttpMsg.cc

index aaad1fe8a12af6039be8153a4c880aacbc4abafc..829ca962cca4f77c570e85c67cb6071a5b13cabe 100644 (file)
@@ -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