From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/35199 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: 03 Mar 2001 11:37:50 -0800 Sender: owner-ding@hpc.uh.edu Message-ID: References: <86vgps8dmh.fsf@totally-fudged-out-message-id> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035170981 1720 80.91.224.250 (21 Oct 2002 03:29:41 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 03:29:41 +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 B4C3BD049E for ; Sat, 3 Mar 2001 14:38:39 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by lisa.math.uh.edu (8.9.1/8.9.1) with ESMTP id NAB22639; Sat, 3 Mar 2001 13:38:18 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sat, 03 Mar 2001 13:37:39 -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 NAA19951 for ; Sat, 3 Mar 2001 13:37:28 -0600 (CST) Original-Received: from mail.networkone.net (mail.networkone.net [209.144.112.246]) by mailhost.sclp.com (Postfix) with SMTP id 0D566D049E for ; Sat, 3 Mar 2001 14:37:56 -0500 (EST) Original-Received: (qmail 2513 invoked from network); 3 Mar 2001 19:37:52 -0000 Original-Received: from unknown (HELO reader.local.lan) (209.144.117.151) by mail.networkone.net with SMTP; 3 Mar 2001 19:37:52 -0000 Original-Received: (from reader@localhost) by reader.local.lan (8.11.0/8.11.0) id f23Jbor22457; Sat, 3 Mar 2001 11:37:51 -0800 X-Authentication-Warning: reader.local.lan: reader set sender to reader@newsguy.com using -f Original-To: wmperry@aventail.com In-Reply-To: <86vgps8dmh.fsf@totally-fudged-out-message-id> (wmperry@aventail.com's message of "Fri, 2 Mar 2001 19:07:42 -0500") User-Agent: Gnus/5.090001 (Oort Gnus v0.01) Emacs/20.7 Precedence: list X-Majordomo: 1.94.jlt7 Original-Lines: 84 Xref: main.gmane.org gmane.emacs.gnus.general:35199 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:35199 wmperry@aventail.com (William M. Perry) writes: > > > > $ 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 > > Doesn't look like you hit return twice... this is a bug in the state > machine for HTTP/1.1 that I haven't had a chance to track down yet. Yeah, sorry, I forgot how to tie my shoes for a moment... > > What happens if you (setq url-http-debug t) and then start the download? > This will spit out a LOT of debugging info about reusing connections, > requests/responses, etc into the "*HTTP-DEBUG*" buffer. Nothing different happens in any way that I can see. Following this sequence. Start a new instance of emacs with this code in startup files: site-start.el: (add-to-list 'Info-default-directory-list "/usr/local/w3-cvs/w3/texi") (add-to-list 'Info-default-directory-list "/usr/local/w3-cvs/url/texi") (add-to-list 'load-path "/usr/local/w3-cvs/w3/lisp") (add-to-list 'load-path "/usr/local/w3-cvs/url/lisp") (all pointing to current cvs files) ~/.emacs : (require 'w3-auto "w3-auto") and the new setq (setq url-http-debug t) Pressing M-x w3 it trys to download the home page then prints the `How I hate thee' and stalls. Reading directory /home/reader/...done Loading w3 (source)... Loading cl-macs... Loading cl-macs...done Loading cl-seq... Loading cl-seq...done Loading cl... Loading cl...done Loading cl-extra... Loading cl-extra...done Loading bytecomp... Loading bytecomp...done Loading byte-opt... Loading byte-opt...done Loading cus-edit... Loading wid-browse... Loading wid-browse...done Loading cus-edit...done Loading w3 (source)...done Loading url-auth (source)... Loading url-auth (source)...done Could not load cookie file /home/reader/.url/cookies Loading mail-extr... Loading mail-extr...done Loading w3-hot (source)... Loading w3-hot (source)...done Contacting host: www.cs.indiana.edu:80 Loading url-cache (source)... Loading url-cache (source)...done Downloading of `http://www.cs.indiana.edu/elisp/w3/docs.html'\ complete. Parsed 82% of 2632... Parsed 100% of 2632...done Drawing... \ Loading w3-style (source)... Loading w3-style (source)...done HTTP/0.9 How I hate thee! Drawing... done Quit