Use :nowait t in url-gw
* lisp/url/url-gw.el (url-open-stream): Just use :nowait t, since we're not differentiating.
This commit is contained in:
parent
c740d190e8
commit
204847702b
1 changed files with 3 additions and 4 deletions
|
@ -245,10 +245,9 @@ overriding the value of `url-gateway-method'."
|
|||
name buffer host service
|
||||
:type gw-method
|
||||
;; Use non-blocking socket if we can.
|
||||
:nowait (and (featurep 'make-network-process
|
||||
'(:nowait t))
|
||||
'dns)))
|
||||
(`socks
|
||||
:nowait (featurep 'make-network-process
|
||||
'(:nowait t))))
|
||||
(`socks
|
||||
(socks-open-network-stream name buffer host service))
|
||||
(`telnet
|
||||
(url-open-telnet name buffer host service))
|
||||
|
|
Loading…
Add table
Reference in a new issue