From owner-freebsd-hackers Sat May 31 15:55:28 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id PAA21235 for hackers-outgoing; Sat, 31 May 1997 15:55:28 -0700 (PDT) Received: from panda.hilink.com.au (panda.hilink.com.au [203.8.15.25]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id PAA21229 for ; Sat, 31 May 1997 15:55:23 -0700 (PDT) Received: (from danny@localhost) by panda.hilink.com.au (8.8.5/8.8.5) id IAA24409; Sun, 1 Jun 1997 08:55:13 +1000 (EST) Date: Sun, 1 Jun 1997 08:55:12 +1000 (EST) From: "Daniel O'Callaghan" To: Brian Somers cc: freebsd-hackers@FreeBSD.ORG Subject: Re: fetch In-Reply-To: <199705311510.QAA12461@awfulhak.demon.co.uk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sat, 31 May 1997, Brian Somers wrote: > My ISP (demon.co.uk) sends http dates like this: > > Sat, 31-May-97 10:48:56 GMT > > According to http.c in the fetch sources, it's expecting > a full year here, ie. > > Sat, 31-May-1997 10:48:56 ..... > > Has anyone any objection to me making it allow the first ? Better make it "2000-compliant" :-) Danny