From owner-cvs-all Tue Feb 23 10:51:17 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CD825115A6; Tue, 23 Feb 1999 10:51:14 -0800 (PST) (envelope-from wollman@FreeBSD.org) Received: (from wollman@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id KAA32810; Tue, 23 Feb 1999 10:51:14 -0800 (PST) (envelope-from wollman@FreeBSD.org) Message-Id: <199902231851.KAA32810@freefall.freebsd.org> From: Garrett Wollman Date: Tue, 23 Feb 1999 10:51:14 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/fetch fetch.1 http.c main.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wollman 1999/02/23 10:51:14 PST Modified files: usr.bin/fetch fetch.1 http.c main.c Log: Deal with broken Web sites which return 302 responses rather than 404 and an error document when the requested resource does not exist. Grrr. Requested by: asami Revision Changes Path 1.29 +10 -6 src/usr.bin/fetch/fetch.1 1.26 +17 -6 src/usr.bin/fetch/http.c 1.50 +11 -5 src/usr.bin/fetch/main.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message