On 07/07/2009 03:34 PM, Tsantilas Christos wrote: > Alex ask me to separate chunked request patch from icap access > logging patch as requested by Amos. > > This is the chunked request patch developed by Alex.
Thank you, Christos! As I have mentioned before, this hack is designed to take care of broken clients that send Squid small chunked requests. The hack is enabled by default and can be configured using chunked_request_body_max_size. The hack itself is immediately useful in production environments with broken clients, but there is also a sketch for future code that will handle large requests as well. That future code can be polished and enabled when we add the necessary logic on the server side to not forward chunked requests to HTTP/1.0 servers. Thank you, Alex. bb:approve
