--------------------- PatchSet 11238 Date: 2007/02/04 23:11:38 Author: hno Branch: HEAD Tag: (none) Log: Document the access.log parser and response header optimizations Members: ChangeLog:1.607->1.608 Index: squid/ChangeLog =================================================================== RCS file: /cvsroot/squid/squid/ChangeLog,v retrieving revision 1.607 retrieving revision 1.608 diff -u -r1.607 -r1.608 --- squid/ChangeLog 4 Feb 2007 23:02:33 -0000 1.607 +++ squid/ChangeLog 4 Feb 2007 23:11:38 -0000 1.608 @@ -1,3 +1,6 @@ + - Optimization to only parse response headers once, reusing the + already parsed headers when building the client reply. + - Simple perl library and script for processing access.log files - General code tidyups of HTTP parser and related optimizations - Primitive support for HTTP/1.1 chunked encoding, working around broken servers