Mercurial > emacs
changeset 73533:61352a6a6dcf
(url-open-stream): Really use asynchronous connections (accidentally
disabled during debugging).
author | Magnus Henoch <mange@freemail.hu> |
---|---|
date | Sun, 29 Oct 2006 21:00:50 +0000 |
parents | cb8aebee1a48 |
children | 9712bd426177 |
files | lisp/url/ChangeLog lisp/url/url-gw.el |
diffstat | 2 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/url/ChangeLog Sun Oct 29 15:59:13 2006 +0000 +++ b/lisp/url/ChangeLog Sun Oct 29 21:00:50 2006 +0000 @@ -1,3 +1,8 @@ +2006-10-29 Magnus Henoch <mange@freemail.hu> + + * url-gw.el (url-open-stream): Really use asynchronous + connections (accidentally disabled during debugging). + 2006-10-28 Magnus Henoch <mange@freemail.hu> * url-http.el (url-http-parse-headers): Fix misplaced paren.
--- a/lisp/url/url-gw.el Sun Oct 29 15:59:13 2006 +0000 +++ b/lisp/url/url-gw.el Sun Oct 29 21:00:50 2006 +0000 @@ -254,7 +254,7 @@ (make-network-process :name name :buffer buffer :host host :service service :nowait - (and nil (featurep 'make-network-process '(:nowait t))))) + (featurep 'make-network-process '(:nowait t)))) (socks (socks-open-network-stream name buffer host service)) (telnet