From bf9fb8ff4c6693d31c3289bb8d8af4c970c80471 Mon Sep 17 00:00:00 2001 From: wessels <> Date: Fri, 2 Dec 2005 01:15:51 +0000 Subject: [PATCH] update comment for HttpMsg::parseCharBuf() --- src/HttpMsg.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.47.3