> I've updated squid with the resume fix, and WU still not working. > > --- > squid3 (3.0.RC1-2) unstable; urgency=low > > * debian/patches/08-resume-http.dpatch > - Added upstream patch fixing failure to resume downloads > --- > > Any idea? > Now its probably time to do a proper debug. You could start out along either track of: a) Locate the WU IPA in access.log and use tcpdump/wireshark to see what is happening between squid and those when the transfer fails. b) use debug_options and cache.log to track whats squid is seeing when the transfer fails. c) do same as (a) for the squid-client link to see whats going on there. Amos