From owner-cvs-all Thu Jul 13 2:14: 3 2000 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 7CC7937C32D; Thu, 13 Jul 2000 02:13:58 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: (from des@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA18421; Thu, 13 Jul 2000 02:13:58 -0700 (PDT) (envelope-from des@FreeBSD.org) Message-Id: <200007130913.CAA18421@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Thu, 13 Jul 2000 02:13:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libfetch http.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG des 2000/07/13 02:13:58 PDT Modified files: lib/libfetch http.c Log: Fix a bug (misplaced continue) that caused redirects to fail. Lots of code moved around, but the acutal functional changes are small. Add support for site-internal redirects (where the Location: header gives a path instead of an absolute URI) Pointed out by: kuriyama Revision Changes Path 1.27 +30 -17 src/lib/libfetch/http.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message