I'm experiencing problems with the download of files from various websites through squid where the file stalls at the same exact point every single time. This happens regardless of client OS or browser (IE, Firefox, wget). For instance one of the problematic files is from Microsoft. The access.log shows this: 1178289399.282 275 10.1.11.32 TCP_MISS/302 739 GET http://www.microsoft.com/downloads/info.aspx? - DIRECT/207.46.19.190 text/html The wget of the file: wget "http://www.microsoft.com/downloads/info.aspx?na=90&p=&SrcDisplayLang=en&SrcCategoryId=&SrcFamilyId=b44a0000-acf8-4fa1-affb-40e78d788b00&u=http%3a%2f%2fdownload.microsoft.com%2fdownload%2fa%2f3%2ff%2fa3f1bf98-18f3-4036-9b68-8e6de530ce0a%2fNetFx64.exe" --09:38:53-- http://www.microsoft.com/downloads/info.aspx?na=90&p=&SrcDisplayLang=en&SrcCategoryId=&SrcFamilyId=b44a0000-acf8-4fa1-affb-40e78d788b00&u=http%3a%2f%2fdownload.microsoft.com%2fdownload%2fa%2f3%2ff%2fa3f1bf98-18f3-4036-9b68-8e6de530ce0a%2fNetFx64.exe => `info.aspx?na=90&p=&SrcDisplayLang=en&SrcCategoryId=&SrcFamilyId=b44a0000-acf8-4fa1-affb-40e78d788b00&u=http:%2F%2Fdownload.microsoft.com%2Fdownload%2Fa%2F3%2Ff%2Fa3f1bf98-18f3-4036-9b68-8e6de530ce0a%2FNetFx64.exe' Resolving drachma... 10.10.71.9 Connecting to drachma|10.10.71.9|:80... connected. Proxy request sent, awaiting response... 302 Moved Temporarily Location: http://download.microsoft.com/download/a/3/f/a3f1bf98-18f3-4036-9b68-8e6de530ce0a/NetFx64.exe [following] --09:38:54-- http://download.microsoft.com/download/a/3/f/a3f1bf98-18f3-4036-9b68-8e6de530ce0a/NetFx64.exe => `NetFx64.exe.1' Connecting to drachma|10.10.71.9|:80... connected. Proxy request sent, awaiting response... 200 OK Length: 47,400,128 (45M) [application/octet-stream] 8% [==> ] 4,203,251 --.--K/s ETA 30:05 The download always stops at 8% and 4,203,251. There is also nothing in cache.log that eludes to any problem. And tcpdump looks normal, the communication between the client and squid and squid and the server just stops. Any pointers on troubleshooting would be great. Chris