(url-open-stream): Really use asynchronous connections (accidentally
disabled during debugging).
This commit is contained in:
parent
5d1b4ae30f
commit
080234b693
2 changed files with 6 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue