From owner-cvs-all Wed Jun 28 9:17: 6 2000 Delivered-To: cvs-all@freebsd.org Received: from fw.wintelcom.net (ns1.wintelcom.net [209.1.153.20]) by hub.freebsd.org (Postfix) with ESMTP id 60E5137BCB1; Wed, 28 Jun 2000 09:17:01 -0700 (PDT) (envelope-from bright@fw.wintelcom.net) Received: (from bright@localhost) by fw.wintelcom.net (8.10.0/8.10.0) id e5SGH0g29993; Wed, 28 Jun 2000 09:17:00 -0700 (PDT) Date: Wed, 28 Jun 2000 09:17:00 -0700 From: Alfred Perlstein To: John Baldwin Cc: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, Dag-Erling Smorgrav Subject: Re: cvs commit: src/sys/conf files options src/sys/i386/conf NOT Message-ID: <20000628091700.W275@fw.wintelcom.net> References: <20000627091227.K275@fw.wintelcom.net> <200006271755.KAA01724@john.baldwin.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <200006271755.KAA01724@john.baldwin.cx>; from jhb@FreeBSD.ORG on Tue, Jun 27, 2000 at 10:55:03AM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * John Baldwin [000628 01:11] wrote: > > On 27-Jun-00 Alfred Perlstein wrote: > > * Dag-Erling Smorgrav [000627 04:43] wrote: > >> Alfred Perlstein writes: > >> > two accept filters are provided, one that returns sockets when data > >> > arrives the other when an http request is completed (doesn't work > >> > with 0.9 requests) > >> > >> ...which means it doesn't work except as proof of concept. > > > > Show me a browser that only issues 0.9 requests and I'll show you > > a browser that wouldn't grok the html on my page even if it did > > respond to 0.9. > > Your home page doesn't determine the standards for HTTP. :-P > > For one thing, if I manually telnet to a host, I'm much more likely > to use a 0.9 request than a 1.0 one because it's fewer characters > to type. Why would anyone use telnet? What if you want to test the > web server on a machine over a remote login connection and don't > have lynx or w3m installed for some reason or another? > 'telnet foo 80\nGET /\n' is easy to type. Which won't work when there's vhosting going on. -Alfred To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message