comparison lisp/url/ChangeLog @ 73501:437fb645afb4

* 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.
author Chong Yidong <cyd@stupidchicken.com>
date Fri, 27 Oct 2006 14:44:25 +0000
parents 3289ed0d2f0c
children a4f1d5ea6dee
comparison
equal deleted inserted replaced
73500:d25ce2f322cb 73501:437fb645afb4
1 2006-10-27 Magnus Henoch <mange@freemail.hu>
2
3 * url-http.el (url-http-mark-connection-as-free): Verify that
4 connection is open before saving it.
5 (url-http-handle-authentication): Use url-retrieve-internal
6 instead of url-retrieve.
7 (url-http-parse-headers): Adapt to new callback interface.
8 (url-http): Handle non-blocking connections.
9 (url-http-async-sentinel): Create.
10
11 * url.el (url-retrieve): Update docstring for new callback interface.
12 Remove all code.
13 (url-retrieve-internal): Move code from url-retrieve here.
14
15 * url-gw.el (url-open-stream): Use a non-blocking socket for
16 `native' gateway method, if available.
17
1 2006-10-16 Magnus Henoch <mange@freemail.hu> 18 2006-10-16 Magnus Henoch <mange@freemail.hu>
2 19
3 * url-http.el (url-https-create-secure-wrapper): Always use tls 20 * url-http.el (url-https-create-secure-wrapper): Always use tls
4 gateway method. 21 gateway method.
5 22