W3C home > Mailing lists > Public > ietf-http-wg@w3.org > January to March 1997

Re: Call for Closure - HTTP response version

From: <S.N.Brodie@ecs.soton.ac.uk>
Date: Wed, 15 Jan 1997 10:47:49 +0000 (GMT)
Message-Id: <6116.9701151047@strachey.ecs.soton.ac.uk>
To: "Roy T. Fielding" <fielding@liege.ICS.UCI.EDU>
Cc: john@math.nwu.edu, http-wg%cuckoo.hpl.hp.com@hplb.hpl.hp.com, www-talk@www10.w3.org
X-Mailing-List: <http-wg@cuckoo.hpl.hp.com> archive/latest/2298
Roy T. Fielding wrote:
> 
> > A well designed 1.1 server will not simply send 1.1 transactions to
> > 1.0 clients under the assumption that the client will ignore headers
> > it does not understand.  Instead a good 1.1 server will attempt to
> > simulate the 1.1 functionality to the extent possible.  It might,
> > for example, replace ETag with a Last-Modified-Date or 
> > Cache-control: max-age with Expires.  In short, it will craft 1.0
> > headers to do the best it can.  
> 
> On the contrary, it will send both in the HTTP/1.1 response.  There is
> absolutely no reason for an HTTP/1.0 client not to implement Cache-Control
> and the functionality that uses Etag values.

I would agree with this entirely.  ETag is easier to handle than dates
since it is a straight string comparison.  Therefore a 1.0 client may
choose to recognise ETag (and send If-Match et al headers) to gain the
advantage of this newly defined feature without having to implement
other things which are required by HTTP/1.1 (such as chunked transfers
and the intermediate reponses to put/post)

However, if a client is 1.1 capable but sends a 1.0 "test the water"
request and the 1.1 server then decides to lie about its version number,
could (should?) the server send the header: "Upgrade: HTTP/1.1"

RFC2068 says that Upgrade should be used for advertising support for
incompatible protocols - but I don't see any reason why it couldn't be
used for advertising support for later minor version HTTP protocols. 

Is there a reason why it shouldn't use this mechanism?

-- 
Stewart Brodie, Electronics & Computer Science, Southampton University.
http://www.ecs.soton.ac.uk/~snb94r/      http://delenn.ecs.soton.ac.uk/
Received on Wednesday, 15 January 1997 02:59:58 UTC

This archive was generated by hypermail 2.4.0 : Thursday, 2 February 2023 18:43:01 UTC