Date: Mon, 17 Jul 2000 13:49:39 -0700 (PDT) From: Dag-Erling Smorgrav <des@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libfetch fetch.c common.c Message-ID: <200007172049.NAA55974@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
des 2000/07/17 13:49:39 PDT Modified files: lib/libfetch fetch.c common.c Log: Introduce the (undocumented) variable fetchRestartCalls, which controls whether or not interrupted system calls will be restarted. This fixes a bug where fetch(1) would hang (potentially forever) if a server stopped responding, because the signal handler would absorb the user's efforts to interrupt the transfer. Revision Changes Path 1.17 +2 -1 src/lib/libfetch/fetch.c 1.15 +3 -3 src/lib/libfetch/common.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?200007172049.NAA55974>