aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/url/ChangeLog
diff options
context:
space:
mode:
authorChong Yidong2012-03-11 23:12:26 +0800
committerChong Yidong2012-03-11 23:12:26 +0800
commit091006330e4bf8a8e3a98fd2711372bb1a43eeee (patch)
tree9d5fda87262bc71ca51bc86c36c733f99325ce26 /lisp/url/ChangeLog
parentc491fa419042fa7768fd25db758d2db7f8cf547c (diff)
downloademacs-091006330e4bf8a8e3a98fd2711372bb1a43eeee.tar.gz
emacs-091006330e4bf8a8e3a98fd2711372bb1a43eeee.zip
Allow url-http to handle expired keepalive connections.
* lisp/url/url-http.el (url-http-end-of-document-sentinel): Handle keepalive expiry by calling url-http again. (url-http): New arg, for the above. Fixes: debbugs:10223
Diffstat (limited to 'lisp/url/ChangeLog')
-rw-r--r--lisp/url/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/url/ChangeLog b/lisp/url/ChangeLog
index 6f65ab57fe6..960649bdbc9 100644
--- a/lisp/url/ChangeLog
+++ b/lisp/url/ChangeLog
@@ -1,3 +1,9 @@
12012-03-11 Chong Yidong <cyd@gnu.org>
2
3 * url-http.el (url-http-end-of-document-sentinel): Handle
4 keepalive expiry by calling url-http again (Bug#10223).
5 (url-http): New arg, for the above.
6
12012-03-11 Devon Sean McCullough <emacs-hacker2012@jovi.net> 72012-03-11 Devon Sean McCullough <emacs-hacker2012@jovi.net>
2 8
3 * url-http.el (url-http-find-free-connection): Don't pass a nil 9 * url-http.el (url-http-find-free-connection): Don't pass a nil