--------------------- PatchSet 10422 Date: 2008/01/21 03:36:43 Author: adri Branch: s27_adri Tag: (none) Log: Add in more todo items. Members: ADRIAN_TODO:1.1.2.20->1.1.2.21 Index: squid/ADRIAN_TODO =================================================================== RCS file: /cvsroot/squid-sf//squid/Attic/ADRIAN_TODO,v retrieving revision 1.1.2.20 retrieving revision 1.1.2.21 diff -u -r1.1.2.20 -r1.1.2.21 --- squid/ADRIAN_TODO 2 Jan 2008 17:31:25 -0000 1.1.2.20 +++ squid/ADRIAN_TODO 21 Jan 2008 03:36:43 -0000 1.1.2.21 @@ -144,3 +144,11 @@ and other stuff iirc) but I should handle the legacy stuff as it was expected to be handled. +* Verify that httpHeaderHasConnDir() is correct! + +String stuff + +* There's a mess between passing strings by pointer and by copying (and still neither + reference!) Pick one, probably pointer-based, and convert all the string using + routines to pass strings in by pointer unless absolutely necessary not to. +