Re: Process for rss-folder hangs
Kazuhiro Ito <[email protected]> Wed, 17 Jan 2018 23:39:39 +0900
| Newsgroups | gmane.mail.wanderlust.general |
|---|---|
| Message-ID | <864lnkblck.wl--xmue__47609.359995886$1516199924$gmane$org@d1.dion.ne.jp> |
> > I have a hook that plugs off Wanderlust when I suspend my system. After resume > > and when the network is up again I have another hook that plugs on Wanderlust > > again. This works usually fine. But for an rss-folder with HTTP which gets > > redirected to HTTPS a network connection process sticks around and blocks Emacs > > after the resume. If I manually delete the process before plugging on everything > > works as expected. Also when I use HTTPS in the first place. > > It even hangs when I use HTTPS in the first place and no redirection occurs. The > connection cannot be reused after a distinct period of time and is not properly > reopened. > > IMAP and NNTP connections get reopened. Where is the right place to look now? RSS folder does not use continueous connection. It uses url-retrieve-synchronously function to access server. Please confirm whether Emacs hangs in url-retrieve-synchronously function after resume at first. -- Kazuhiro Ito