--------------------- PatchSet 10354 Date: 2008/01/02 17:31:25 Author: adri Branch: s27_adri Tag: (none) Log: More TODO stuff. Members: ADRIAN_TODO:1.1.2.19->1.1.2.20 Index: squid/ADRIAN_TODO =================================================================== RCS file: /cvsroot/squid-sf//squid/Attic/ADRIAN_TODO,v retrieving revision 1.1.2.19 retrieving revision 1.1.2.20 diff -u -r1.1.2.19 -r1.1.2.20 --- squid/ADRIAN_TODO 29 Dec 2007 14:22:53 -0000 1.1.2.19 +++ squid/ADRIAN_TODO 2 Jan 2008 17:31:25 -0000 1.1.2.20 @@ -138,3 +138,9 @@ the FD_READ_METHOD and associated gunk (don't make buf depend on comm and comm depend on buf; have a "netbuf" library which depends on both. No cyclic dependencies!) +* Resurrect the "append" operation of storeAppend() so the few areas of code which + actually append lots of small chunks of data together won't end up with chains + of tiny copied buffers. The main code shouldn't do this anyway (its for statistics + and other stuff iirc) but I should handle the legacy stuff as it was expected + to be handled. +