Re: Length - any takers?

> 
> > 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?
> 
If we can remove the ambiguity of a closing connection, it would certainly 
make other parts of the 1.1 specifiction cleaner. 'strongly recommend' would
still allow the feature to persist.

The issue of allowing CGI scripts direct access to the client without having
the data 'validated' by something is a different issue. There are many ways
that servers can initiate CGI activity so if we pose the problem I am sure
that it will be solved.

Pete.
-- 
The TIS Network Security Products Group has moved!
voice: 301-527-9500 x123 fax: 301-527-0482
2277 Research Boulevard, 5th Floor, Rockville, MD 20850

Received on Friday, 2 February 1996 09:26:08 UTC