Gnus development mailing list
 help / color / mirror / Atom feed
From: wmperry@aventail.com (William M. Perry)
Cc: Harry Putnam <reader@newsguy.com>, ding@gnus.org
Subject: Re: HTTP/0.9 How I hate thee! ... what the...
Date: Fri, 2 Mar 2001 19:07:41 -0500	[thread overview]
Message-ID: <863dcw9sd2.fsf@totally-fudged-out-message-id> (raw)
In-Reply-To: Kai.Grossjohann@CS.Uni-Dortmund.DE's message of "01 Mar 2001 13:55:35 +0100"

Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Großjohann) writes:

> On 28 Feb 2001, Harry Putnam wrote:
> 
> > Running CVS w3 
> 
> Where did you get the `url' package that's needed for this w3?
> 
> > I don't often browse the web with w3, mostly let it work inside gnus
> > for me or on, local disk.  Today I tried connecting to several sites
> > and get this strange, but obiously intended to be humorous message.
> > 
> >         `HTTP/0.9 How I hate thee!'
> 
> Well, you probably know that web browsers and web servers communicate
> using the HTTP protocol.  There have been different versions of that
> protocol.  The first version didn't have a number and was retroactively
> numbered 0.9, I think.  Then came HTTP/1.0 and now HTTP/1.1 is current.

There is currently a bug in the persistent-connection code for HTTP.  You
can fix this one of two ways:

1. Turn off stylesheets for now...
   (setq w3-honor-stylesheets nil)

2. Turn off HTTP/1.1 persistent connections...
   You can do this by editing the line in url-http-create-request that says
   (if proxy-obj "close" "keep-alive") to just "close" to disable ALL
   persistent connections.  This is equivalent to the old URL package, but
   will still get you chunked encoding and fun things like that.

-bp



  parent reply	other threads:[~2001-03-03  0:07 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-02-28 21:30 Harry Putnam
2001-03-01  8:47 ` Hannu Koivisto
2001-03-01 12:55 ` Kai Großjohann
2001-03-01 22:24   ` Harry Putnam
2001-03-02  4:55     ` ShengHuo ZHU
2001-03-02  6:36       ` Harry Putnam
2001-03-02  6:44         ` ShengHuo ZHU
2001-03-02  8:04           ` Harry Putnam
2001-03-02 10:37     ` Florian Weimer
2001-03-02 22:06       ` Harry Putnam
2001-03-03  0:07     ` William M. Perry
2001-03-03 19:37       ` Harry Putnam
2001-03-03  0:07   ` William M. Perry [this message]
2001-03-03 19:54     ` Harry Putnam
2001-03-03 20:05       ` Kai Großjohann
2001-03-03 21:21         ` Harry Putnam
2001-03-01 13:32 ` Charles Sebold
2001-03-01 22:43   ` Harry Putnam
2001-03-03 10:34 ` Florian Weimer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=863dcw9sd2.fsf@totally-fudged-out-message-id \
    --to=wmperry@aventail.com \
    --cc=ding@gnus.org \
    --cc=reader@newsguy.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).