On Fri, 4 Feb 2000, Bijan Parsia wrote:
> Er... I hope Comanche *never* supports *merely* http < (less than) 1.0 :)
>
> Or did I miss something?
I'm not sure ;-)
Supporting HTTP/0.9 means accepting a "GET /path" request and
immediately answering it with just the page body. Neither the client nor
the server send header fields. Thus, there's no CRLFCRLF on both sides.
The server recognizes newer request by the "HTTP/1.x" suffix in the
request ("GET /path HTTP/1.0").
See http://www.faqs.org/rfcs/rfc1945.html (Section 3.1)
-Bert-