From 8529c21d8ca254f34e9565912de092e2ff48c96e Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Fri, 10 Nov 2006 17:08:20 +0000 Subject: [PATCH] * url-http.el (url-http-mark-connection-as-free) (url-http-find-free-connection): Don't treat process with status `connect' as free. (url-http-async-sentinel): Request correct url. --- lisp/url/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lisp/url/ChangeLog b/lisp/url/ChangeLog index 20f9d326ad..adae66aee9 100644 --- a/lisp/url/ChangeLog +++ b/lisp/url/ChangeLog @@ -1,3 +1,10 @@ +2006-11-10 Shun-ichi GOTO (tiny change) + + * url-http.el (url-http-mark-connection-as-free) + (url-http-find-free-connection): Don't treat process with status + `connect' as free. + (url-http-async-sentinel): Request correct url. + 2006-11-08 Magnus Henoch * url-http.el (url-http-handle-authentication): If there are -- 2.39.2