Re: Length - any takers?

Larry Masinter (masinter@parc.xerox.com)
Thu, 1 Feb 1996 22:19:54 PST


> When a 1.1 server knows it is talking to a 1.1 client
> how about requiring that only
>	Content-Length
>	Transfer-Encoding
>	Content-Type (Multipart types)
> be used to specify length and that closing the connection NOT be allowed
> for this case. 

This would require 'chunked' or multipart responses from many CGI
implementations, but it would definitely be more reliable. Is there
any point to 'require' vs 'strongly recommend', though?