]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/http.cc
Summary: Fix ESI compilation after recent HttpHeader changes (bug #713).
[thirdparty/squid.git] / src / http.cc
index db4d94c48dad9d0c6f1708ebcb1c1b44bc6126af..e7ee003d96d3429332795decf3657e1d5b6cea23 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: http.cc,v 1.421 2003/07/15 20:20:33 hno Exp $
+ * $Id: http.cc,v 1.422 2003/07/23 10:41:20 robertc Exp $
  *
  * DEBUG: section 11    Hypertext Transfer Protocol (HTTP)
  * AUTHOR: Harvest Derived
@@ -1109,7 +1109,7 @@ HttpStateData::SendComplete(int fd, char *bufnotused, size_t size, comm_err_t er
 /*
  * build request headers and append them to a given MemBuf 
  * used by httpBuildRequestPrefix()
- * note: calls httpHeaderInit(), the caller is responsible for Clean()-ing
+ * note: initialised the HttpHeader, the caller is responsible for Clean()-ing
  */
 void
 httpBuildRequestHeader(request_t * request,