diff options
| author | Chong Yidong <cyd@stupidchicken.com> | 2006-11-10 17:08:20 +0000 |
|---|---|---|
| committer | Chong Yidong <cyd@stupidchicken.com> | 2006-11-10 17:08:20 +0000 |
| commit | 8529c21d8ca254f34e9565912de092e2ff48c96e (patch) | |
| tree | 4990916e7dc080c4255b79e83b7e426c4f864031 | |
| parent | 97bd827ab200f1f3e9d9266ae5cc457baee22909 (diff) | |
| download | emacs-8529c21d8ca254f34e9565912de092e2ff48c96e.tar.gz | |
* 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.
| -rw-r--r-- | lisp/url/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/url/ChangeLog b/lisp/url/ChangeLog index 20f9d326adb..adae66aee91 100644 --- a/lisp/url/ChangeLog +++ b/lisp/url/ChangeLog @@ -1,3 +1,10 @@ +2006-11-10 Shun-ichi GOTO <gotoh@taiyo.co.jp> (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 <mange@freemail.hu> * url-http.el (url-http-handle-authentication): If there are |
