[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: address@hidden: URL not following some 302 redirects after recent ch
From: |
Richard Stallman |
Subject: |
Re: address@hidden: URL not following some 302 redirects after recent changes] |
Date: |
Mon, 25 Dec 2006 21:25:36 -0500 |
The problem is
that url-http-async-sentinel tries to change the sentinel, which fails
since the sentinel of a process is "bound" to nil during sentinel
execution (which I had forgotten when I wrote this function in the
first place).
The technique of changing the sentinel from within the sentinel seems
somewhat kludgy. So here is another idea.
url-http-async-sentinel could instead set a flag, so that when it is
called again and sees that flag set, it will call
url-http-end-of-document-sentinel.
Would that work?