emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: url-gw.el: Cannot use proxy with url-gw.el 1.15


From: Magnus Henoch
Subject: Re: url-gw.el: Cannot use proxy with url-gw.el 1.15
Date: Thu, 16 Nov 2006 00:31:29 +0100
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.90 (berkeley-unix)

Shun-ichi GOTO <address@hidden> writes:

> Url package in cvs head cannot use http proxy.
> # gateway method is default (native).
>
> For example, this simple code fail with url-gw.el rev 1.15
>  (url-retrieve "http://www.gnu.org/"; 'ignore))
> but success with url-gw.el rev 1.14.
>
> With rev 1.15, url-retrieve<f> issue GET requests
>   GET http://zippo:8080/...       (incorrect!)
> against proxy server instead of
>   GET http://www.gnu.org/...      (correct)
>
>  (Note: zippo:8080 is proxy in my local net)
>
> I don't know why changes between two revs cause so.

`proxy-object' wasn't carried forward correctly when doing an
asynchronous connection.  I just committed a patch to url-http.el for
this.

Magnus





reply via email to

[Prev in Thread] Current Thread [Next in Thread]