From owner-cvs-all Tue Oct 29 9:58:47 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C77D237B401; Tue, 29 Oct 2002 09:58:46 -0800 (PST) Received: from mail-green.research.att.com (mail-green.research.att.com [135.207.30.103]) by mx1.FreeBSD.org (Postfix) with ESMTP id 27FDA43E6E; Tue, 29 Oct 2002 09:58:46 -0800 (PST) (envelope-from fenner@research.att.com) Received: from alliance.research.att.com (alliance.research.att.com [135.207.26.26]) by mail-green.research.att.com (Postfix) with ESMTP id 3A2321E08F; Tue, 29 Oct 2002 12:58:44 -0500 (EST) Received: from windsor.research.att.com (windsor.research.att.com [135.207.26.46]) by alliance.research.att.com (8.8.7/8.8.7) with ESMTP id MAA13031; Tue, 29 Oct 2002 12:58:43 -0500 (EST) From: Bill Fenner Received: (from fenner@localhost) by windsor.research.att.com (8.8.8+Sun/8.8.5) id JAA06540; Tue, 29 Oct 2002 09:58:42 -0800 (PST) Message-Id: <200210291758.JAA06540@windsor.research.att.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII To: jhb@FreeBSD.org Subject: RE: cvs commit: src/lib/libfetch common.c Cc: obrien@FreeBSD.org, cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Date: Tue, 29 Oct 2002 09:58:41 -0800 Versions: dmail (solaris) 2.5a/makemail 2.9d 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 Backing out revs 1.34 and 1.37 but leaving 1.35, 1.36 and 1.38, result in a working libfetch for me. With 1.34 and 1.37 I was getting core dumps in stdio while using a proxy, _fetch_read() was confusing stdio. I haven't tracked it down further. I don't understand why _fetch_read() is never supposed to return zero. _fetch_read() *has* to return zero to stdio to indicate EOF. Bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message