From owner-cvs-all Fri Oct 27 4:30:48 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B0D6237B479; Fri, 27 Oct 2000 04:30:45 -0700 (PDT) Received: (from des@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA75400; Fri, 27 Oct 2000 04:30:45 -0700 (PDT) (envelope-from des@FreeBSD.org) Message-Id: <200010271130.EAA75400@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Fri, 27 Oct 2000 04:30:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libfetch ftp.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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