(url-open-stream): Really use asynchronous connections (accidentally

disabled during debugging).
This commit is contained in:
Magnus Henoch 2006-10-29 21:00:50 +00:00
parent 5d1b4ae30f
commit 080234b693
2 changed files with 6 additions and 1 deletions

View file

@ -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.

View file

@ -254,7 +254,7 @@ Might do a non-blocking connection; use `process-status' to check."
(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