comparison lisp/url/ChangeLog @ 74201:1d6c39bde892

*** empty log message ***
author Magnus Henoch <mange@freemail.hu>
date Sun, 26 Nov 2006 13:22:52 +0000
parents 96790717f62a
children e6a67f8f9808
comparison
equal deleted inserted replaced
74200:000d335f5800 74201:1d6c39bde892
1 2006-11-26 Magnus Henoch <mange@freemail.hu> 1 2006-11-26 Magnus Henoch <mange@freemail.hu>
2 2
3 * url-http.el (url-http-wait-for-headers-change-function): Use 3 * url-http.el (url-http-wait-for-headers-change-function): Use
4 `when' instead of `if' when possible. 4 `when' instead of `if' when possible.
5 (url-http): Define url-http-response-version.
6 (url-http-parse-response): Set it.
7 (url-http-parse-headers): Use it to determine keep-alive behavior.
5 8
6 2006-11-23 Diane Murray <disumu@x3y2z1.net> 9 2006-11-23 Diane Murray <disumu@x3y2z1.net>
7 10
8 * url-http.el (url-http-content-length-after-change-function): Use 11 * url-http.el (url-http-content-length-after-change-function): Use
9 `url-lazy-message'. 12 `url-lazy-message'.