From owner-freebsd-current Wed Jul 23 16:22:43 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id QAA22418 for current-outgoing; Wed, 23 Jul 1997 16:22:43 -0700 (PDT) Received: from lsd.relcom.eu.net (lsd.relcom.eu.net [193.124.23.23]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id QAA22406 for ; Wed, 23 Jul 1997 16:22:38 -0700 (PDT) Received: (from ache@localhost) by lsd.relcom.eu.net (8.8.6/8.8.5) id DAA06401; Thu, 24 Jul 1997 03:22:33 +0400 (MSD) Date: Thu, 24 Jul 1997 03:22:33 +0400 (MSD) From: =?KOI8-R?B?4c7E0sXKIP7F0s7P1w==?= X-Sender: ache@lsd.relcom.eu.net To: Garrett Wollman cc: Marc Slemko , FreeBSD-current Subject: Re: 'fetch' error with http, fix wanted In-Reply-To: <199707232304.TAA27199@khavrinen.lcs.mit.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Wed, 23 Jul 1997, Garrett Wollman wrote: > We do implement some of the other, more important parts of the > specification, including ``Host:'' and ``Connection: close''. I'm > also not sure how much of the mirror functionality is present in HTTP > 1.0. I coded fetch's HTTP implementation solely with reference to the > HTTP 1.1 specification. Host: and Connection: close not require HTTP/1.1 request, Apache f.e. pass Connection: close to HTTP/1.0 requests too. > You are certainly welcome to contribute an implementation of > ``chunked''; see the comments in the source. At the time I wrote the > code, I didn't have any servers which generated that encoding. Lets revert it to 1.0 for now and bring it back to 1.1 again when chunked will be implemented. I think mirror functionality should work with 1.0 requests too. Is it wrong assumption? -- Andrey A. Chernov http://www.nagual.pp.ru/~ache/