From owner-cvs-all Wed Jul 19 16:43:56 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 428B737B9A5; Wed, 19 Jul 2000 16:43:51 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: (from des@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA31479; Wed, 19 Jul 2000 16:43:50 -0700 (PDT) (envelope-from des@FreeBSD.org) Message-Id: <200007192343.QAA31479@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Wed, 19 Jul 2000 16:43:50 -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/19 16:43:50 PDT Modified files: lib/libfetch http.c Log: Don't try to skip to the requested offset if the server returns more data than requested. Instead, inform the caller of the real offset by modifying the offset field in the original struct url, and let him decide how to handle the situation. Revision Changes Path 1.32 +11 -9 src/lib/libfetch/http.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message