From: Chong Yidong <cyd@stupidchicken.com>
Cc: emacs-devel@gnu.org
Subject: Re: [gotoh@taiyo.co.jp: url-gw.el: Cannot use proxy with url-gw.el 1.15]
Date: Wed, 08 Nov 2006 21:23:30 -0500 [thread overview]
Message-ID: <87ac31tl25.fsf@furball.mit.edu> (raw)
In-Reply-To: <E1GhyBb-0000qV-2V@fencepost.gnu.org> (Richard Stallman's message of "Wed\, 08 Nov 2006 19\:54\:31 -0500")
> From: Shun-ichi GOTO <gotoh@taiyo.co.jp>
> Subject: url-gw.el: Cannot use proxy with url-gw.el 1.15
> To: emacs-pretest-bug@gnu.org
>
> 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 if this is directly related, but in url-gw.el:252,
(setq conn (case gw-method
(tls
(open-tls-stream name buffer host service))
(ssl
(open-ssl-stream name buffer host service))
((native)
;; Use non-blocking socket if we can.
(make-network-process :name name :buffer buffer
shouldn't `(native)' be replaced by `native'?
next prev parent reply other threads:[~2006-11-09 2:23 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-11-09 0:54 [gotoh@taiyo.co.jp: url-gw.el: Cannot use proxy with url-gw.el 1.15] Richard Stallman
2006-11-09 2:23 ` Chong Yidong [this message]
2006-11-09 2:24 ` url-gw.el: Cannot use proxy with url-gw.el 1.15 Chong Yidong
2006-11-09 3:06 ` Shun-ichi GOTO
2006-11-09 9:23 ` Shun-ichi GOTO
2006-11-10 17:09 ` Chong Yidong
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=87ac31tl25.fsf@furball.mit.edu \
--to=cyd@stupidchicken.com \
--cc=emacs-devel@gnu.org \
/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.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.