Markus Leutwyler wrote:
>I have attached two logfiles (cache.log .. taken with debug = all,9)
>that show the different behaviour between the small text file and the
>bigger binary file. The FTP server is replying to the SIZE command with
>"213 0" (0 bytes) and this is sent to the browser as Content-length. I
>just wonder why the text file works and the binary file not. Could
>someone look at the logfile and try to figure out what's going on
>exactly?
Henrik:
SIZE is only used on binary transfers, not text transfers. Attached is
a small workaround which causes Squid to ignore 0 replies to SIZE.