help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: What does the error "Process <URL> not running" mean?


From: emacsq
Subject: Re: What does the error "Process <URL> not running" mean?
Date: Mon, 07 Feb 2022 20:36:49 +0000

>
> I've tried it (with just 5 of your urls) on GNU/Linux and see the same.
> The network processes seem to stay in open status for quite some time
> even though I also killed the buffer in the callback function. It's now
> about 5 minutes since my test and still 4 of initially 8 or 9 network
> processes are listed as open in `list-processes'.

Thanks for checking it and confirming it's not an Windows-issue.

> I have no idea if that's intended or not.
>

I checked url-http.el and it looks like existing open connections
are kept, in case someone wants to talk to the same host:port again
(is connecting so costly?):

https://github.com/emacs-mirror/emacs/blob/3af9e84ff59811734dcbb5d55e04e1fdb7051e77/lisp/url/url-http.el#L174



reply via email to

[Prev in Thread] Current Thread [Next in Thread]