(url-retrieve-internal): Don't use `url-proxy-object'.
This commit is contained in:
parent
c1e6d824ae
commit
00d972ebb6
2 changed files with 18 additions and 1 deletions
|
@ -1,3 +1,21 @@
|
|||
2007-01-14 Magnus Henoch <mange@freemail.hu>
|
||||
|
||||
* url-proxy.el (url-proxy-object): Remove.
|
||||
(url-proxy): Don't use `url-proxy-object'. Act according to type of
|
||||
proxy (currently only HTTP supported).
|
||||
|
||||
* url.el (url-retrieve-internal): Don't use `url-proxy-object'.
|
||||
|
||||
* url-http.el (url-http-proxy): New variable.
|
||||
(url-http-create-request): Use it. Don't use `url-proxy-object'.
|
||||
(url-http): Treat `url' argument as resource to download, and
|
||||
dynamic variable `url-using-proxy' as proxy to use. Set
|
||||
`url-current-object' to actual URL, and `url-http-proxy' to proxy
|
||||
used.
|
||||
(url-http-handle-cookies): Assume that `url-current-object' does
|
||||
not point to the proxy used.
|
||||
(url-http-async-sentinel): Adapt error message.
|
||||
|
||||
2006-12-10 Juanma Barranquero <lekktu@gmail.com>
|
||||
|
||||
* url-gw.el (url-gateway-nslookup-program): Doc fix.
|
||||
|
|
|
@ -172,7 +172,6 @@ the list of events, as described in the docstring of `url-retrieve'."
|
|||
(unless (url-type url)
|
||||
(error "Bad url: %s" (url-recreate-url url)))
|
||||
(let ((loader (url-scheme-get-property (url-type url) 'loader))
|
||||
(url-proxy-object nil)
|
||||
(url-using-proxy (if (url-host url)
|
||||
(url-find-proxy-for-url url (url-host url))))
|
||||
(buffer nil)
|
||||
|
|
Loading…
Add table
Reference in a new issue