]> git.ipfire.org Git - thirdparty/squid.git/commit - src/client_side.cc
ConnStateData and ClientBody was a little confusing. There was some duplication
authorwessels <>
Sat, 14 Jan 2006 07:06:19 +0000 (07:06 +0000)
committerwessels <>
Sat, 14 Jan 2006 07:06:19 +0000 (07:06 +0000)
commit83fdd41a80216cba0142fc633ee7e9a79434c165
treecce8999275d180a14fb1b2b8f9241aabbf1617b7
parentfe3e2600b0908f8e51da6855385ca8e645225839
ConnStateData and ClientBody was a little confusing.  There was some duplication
with ClientBody members also appearing in ConnStateData.body.   They have been
merged now and ClientBody lives in its own .{cc,h} files.
src/ClientBody.cc [new file with mode: 0644]
src/ClientBody.h [new file with mode: 0644]
src/Makefile.am
src/client_side.cc
src/client_side.h