Re: [PATCH] SBufList

2013-12-03 Thread Alex Rousskov
On 12/03/2013 12:49 AM, Francesco Chemolli wrote: As this patch is a cherrypick of lp:~squid/squid/stringng, I'm not extracting the Makefile.am changes as it's too time-consuming. These changes are present in the branch Makefile.am and will be included at the final merge time, but are not

Re: [PATCH] SBufList

2013-12-03 Thread Kinkie
As this patch is a cherrypick of lp:~squid/squid/stringng, I'm not extracting the Makefile.am changes as it's too time-consuming. These changes are present in the branch Makefile.am and will be included at the final merge time, but are not really significant for review, are they? They are

[PATCH] client-side redesign pt1 - Comm::TcpReceiver

2013-12-03 Thread Amos Jeffries
This patch abstracts the TCP socket operations out of existing client-side code into a class which can be re-used for any TCP socket code. It provides: * data members for referencing a TCP socket and read buffer. * methods for incremental parsing or processing of recieved data. * methods for