]> git.ipfire.org Git - thirdparty/squid.git/commit - src/HttpMsg.cc
My recent HttpReply changes created an awkward situation. Both
authorwessels <>
Tue, 8 Nov 2005 05:00:38 +0000 (05:00 +0000)
committerwessels <>
Tue, 8 Nov 2005 05:00:38 +0000 (05:00 +0000)
commit59eed7dcdf1695c3c04a51e4bcc7aaaadaf02164
tree5fe425762aba3dc5f3e1249c5dde8bec9e430560
parentc9c40182fb96a7c13623722915a4f8d4e87de12b
My recent HttpReply changes created an awkward situation. Both
HttpReply and its base class HttpMsg had methods named parse() but
had different number and type of arugments.

This patch moves HttpReply::parse() to HttpMsg::parseCharBuf()

both parse() and parseCharBuf() use httpMsgParseStep()
src/HttpMsg.cc
src/HttpMsg.h
src/HttpReply.cc
src/HttpReply.h
src/client_side_reply.cc
src/http.cc
src/store_client.cc
src/urn.cc