From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0 Description of problem: i set my machines to automatically upgrade to the latest and the greatest packages via yum. one day FTP proxy support over squid ceased to function. i am using squid-2.5STABLE7-1 in FC2. i tried upgrading to squid-2.5STABLE8-1 but the problem persists. i tried rolling back to squid-2.5STABLE5-4 and it works again. Version-Release number of selected component (if applicable): squid-2.5STABLE7-1 How reproducible: Always Steps to Reproduce: 1. install squid-2.5STABLE7-1 or higher in FC2 2. restart squid 3. try accessing an FTP site using squid as a proxy (Filezilla) Actual Results: files uploaded and downloaded will not completed Expected Results: files uploaded and downloaded should completed Additional info: swimming through the SQUID diffs. the only glaring change between STABLE5 and STABLE7 is the replacement of all the clientReadBody() with requestReadBody() in ftp.c. - clientReadBody(ftpState->request, ftpState->data.buf, ftpState->data.size, ftpRequestBody, ftpState); + requestReadBody(ftpState->request, ftpState->data.buf, ftpState->data.size, ftpRequestBody, ftpState); this change came with the WCCP updates. i am not sure it is related.
Fedora Core 2 is now maintained by the Fedora Legacy project for security updates only. If this problem is a security issue, please reopen and reassign to the Fedora Legacy product. If it is not a security issue and hasn't been resolved in the current FC3 updates or in the FC4 test release, reopen and change the version to match.
Could you please test latest FC4 package? I have tried to reproduce it but without success.
Please, reopen it if you still have this problem. I can't reproduce it.