* url-http.el (url-http-mark-connection-as-free): Verify that
authorChong Yidong <cyd@stupidchicken.com>
Fri, 27 Oct 2006 14:44:25 +0000 (14:44 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Fri, 27 Oct 2006 14:44:25 +0000 (14:44 +0000)
commit5695d1dd75e567a73904123a175244ff1b9c1ff1
treea225f673a3122877c115431f4cc9ac83243c8c7c
parentd32f600dfcda95e50f6966d38a1d9c239902fb85
* url-http.el (url-http-mark-connection-as-free): Verify that
connection is open before saving it.
(url-http-handle-authentication): Use url-retrieve-internal
instead of url-retrieve.
(url-http-parse-headers): Adapt to new callback interface.
(url-http): Handle non-blocking connections.
(url-http-async-sentinel): Create.

* url.el (url-retrieve): Update docstring for new callback interface.
Remove all code.
(url-retrieve-internal): Move code from url-retrieve here.

* url-gw.el (url-open-stream): Use a non-blocking socket for
`native' gateway method, if available.
lisp/url/ChangeLog
lisp/url/url-gw.el
lisp/url/url-http.el
lisp/url/url.el