Date: Fri, 27 Oct 2000 04:30:45 -0700 (PDT) From: Dag-Erling Smorgrav <des@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libfetch ftp.c Message-ID: <200010271130.EAA75400@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
des 2000/10/27 04:30:43 PDT Modified files: (Branch: RELENG_4) lib/libfetch ftp.c Log: Don't expect a result code on the control connection until you've closed the data connection, as some servers wait for the remote end to close the data connection instead of just closing their end once the transfer is complete. This fixes the hangs some people have been experiencing when fetching ports. (committed to RELENG_4 before HEAD because it was debugged and fixed on a RELENG_4 box) Revision Changes Path 1.16.2.11 +4 -4 src/lib/libfetch/ftp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200010271130.EAA75400>