Re: Proposal on removing Content Negotiation from http 1.1
Tim Berners-Lee (timbl@hq.lcs.mit.edu)
Wed, 24 Jan 96 20:12:46 EST
> From pjc@trusted.com Wed Jan 24 18:55:35 1996
> Non negotiating servers can be implemented in as few as 70 lines of C but
> other servers use as much as 55000 with proxies somewhere in the
> 1000 - 5000 range. Clients seem to be stuck with reasonably large implementation
> sizes.
It is very useful to make a non-negotiating server a valid but
trivial implementation of a negotiating server. This means
that ignoreing the Accept: headers is Ok, which in the absence of
a PEP header to indicatethat anything is mandatory, is OK by the
RFC822 conventions anyway. Therefore, to return something in
a format not acceptable according to the headers is nota breach
of protocol, just not a good quality of service.
Tim BL