From owner-cvs-all Sat Jul 28 14:28:19 2001 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 9A89637B401; Sat, 28 Jul 2001 14:28:14 -0700 (PDT) (envelope-from se@FreeBSD.org) Received: (from se@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f6SLSE098638; Sat, 28 Jul 2001 14:28:14 -0700 (PDT) (envelope-from se) Message-Id: <200107282128.f6SLSE098638@freefall.freebsd.org> From: Stefan Esser Date: Sat, 28 Jul 2001 14:28:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libfetch fetch.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG se 2001/07/28 14:28:14 PDT Modified files: lib/libfetch fetch.c Log: The fix for schemeless and hostless URLs (rev. 1.27) broke the schemeless proxy specification, which seems to be valid according to the man page. Change the logic to consider "hostname:port" a hostname and port instead of a file URL. Approved by: des Revision Changes Path 1.29 +3 -2 src/lib/libfetch/fetch.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message