]> git.eshelyaron.com Git - emacs.git/commit
Allow url-http to handle expired keepalive connections.
authorChong Yidong <cyd@gnu.org>
Sun, 11 Mar 2012 15:12:26 +0000 (23:12 +0800)
committerChong Yidong <cyd@gnu.org>
Sun, 11 Mar 2012 15:12:26 +0000 (23:12 +0800)
commit091006330e4bf8a8e3a98fd2711372bb1a43eeee
tree9d5fda87262bc71ca51bc86c36c733f99325ce26
parentc491fa419042fa7768fd25db758d2db7f8cf547c
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
lisp/url/ChangeLog
lisp/url/url-http.el