From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/35189 Path: main.gmane.org!not-for-mail From: Harry Putnam Newsgroups: gmane.emacs.gnus.general Subject: Re: HTTP/0.9 How I hate thee! ... what the... Date: 02 Mar 2001 14:06:34 -0800 Sender: owner-ding@hpc.uh.edu Message-ID: References: <87n1b4wj6i.fsf@deneb.enyo.de> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035170973 1679 80.91.224.250 (21 Oct 2002 03:29:33 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 03:29:33 +0000 (UTC) Cc: ding@gnus.org Return-Path: Original-Received: from lisa.math.uh.edu (lisa.math.uh.edu [129.7.128.49]) by mailhost.sclp.com (Postfix) with ESMTP id EDA2CD049E for ; Fri, 2 Mar 2001 17:08:32 -0500 (EST) Original-Received: from sina.hpc.uh.edu (Sina.HPC.UH.EDU [129.7.3.5]) by lisa.math.uh.edu (8.9.1/8.9.1) with ESMTP id QAB13592; Fri, 2 Mar 2001 16:08:06 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 02 Mar 2001 16:07:10 -0600 (CST) Original-Received: from mailhost.sclp.com (postfix@66-209.196.61.interliant.com [209.196.61.66] (may be forged)) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id QAA14507 for ; Fri, 2 Mar 2001 16:07:00 -0600 (CST) Original-Received: from mail.networkone.net (mail.networkone.net [209.144.112.246]) by mailhost.sclp.com (Postfix) with SMTP id 58F72D04B0 for ; Fri, 2 Mar 2001 17:06:43 -0500 (EST) Original-Received: (qmail 11562 invoked from network); 2 Mar 2001 22:06:41 -0000 Original-Received: from unknown (HELO reader.local.lan) (209.144.117.151) by mail.networkone.net with SMTP; 2 Mar 2001 22:06:41 -0000 Original-Received: (from reader@localhost) by reader.local.lan (8.11.0/8.11.0) id f22M6YC06727; Fri, 2 Mar 2001 14:06:34 -0800 X-Authentication-Warning: reader.local.lan: reader set sender to reader@newsguy.com using -f Original-To: Florian Weimer In-Reply-To: <87n1b4wj6i.fsf@deneb.enyo.de> (Florian Weimer's message of "02 Mar 2001 11:37:25 +0100") User-Agent: Gnus/5.090001 (Oort Gnus v0.01) Emacs/20.7 Precedence: list X-Majordomo: 1.94.jlt7 Original-Lines: 38 Xref: main.gmane.org gmane.emacs.gnus.general:35189 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:35189 Florian Weimer writes: > > Nothing at all happens > > > > $ telnet www.cs.indiana.edu 80 > > Trying 129.79.254.195... > > Connected to grouchy.cs.indiana.edu. > > Escape character is '^]'. > > HEAD / HTTP/1.0 > > [] <==cursor here forever > > > > Did you really press RET twice? Egad... don't know how I tie my shoes sometimes... With 2 I get some output but does it shed light on the problem? HTTP/1.1 200 OK Date: Fri, 02 Mar 2001 15:23:36 GMT Server: Apache/1.3.14 (Unix) PHP/4.0.3pl1 mod_ssl/2.7.1 OpenSSL/0.9.5 Last-Modified: Wed, 21 Feb 2001 18:36:40 GMT ETag: "c760c-1f60-3a940ab8" Accept-Ranges: bytes Content-Length: 8032 Connection: close Content-Type: text/html Looks like it means HTTP/1.1 is in use at that sight. But I still get the `...0.9 How I hate thee' , when firing up w3 with `M-x w3 '. However if I start it with `M-x w3-fetch' and give a different address it starts and loads the page. Looking like the home page of w3 is unloadable by w3... oooops.