From owner-cvs-all Sun Oct 25 18:39:26 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA13975 for cvs-all-outgoing; Sun, 25 Oct 1998 18:39:26 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA13970; Sun, 25 Oct 1998 18:39:25 -0800 (PST) (envelope-from fenner@FreeBSD.org) From: Bill Fenner Received: (from fenner@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA08879; Sun, 25 Oct 1998 18:39:21 -0800 (PST) Date: Sun, 25 Oct 1998 18:39:21 -0800 (PST) Message-Id: <199810260239.SAA08879@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.bin/fetch http.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk fenner 1998/10/25 18:39:21 PST Modified files: usr.bin/fetch http.c Log: If we know the content-length, only read that number of bytes from the server. There exists a broken server which sends a few extra garbage bytes in response to HTTP/1.1 requests. Revision Changes Path 1.21 +13 -2 src/usr.bin/fetch/http.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message