diff options
| author | Chong Yidong | 2007-04-13 14:59:08 +0000 |
|---|---|---|
| committer | Chong Yidong | 2007-04-13 14:59:08 +0000 |
| commit | f25a99463445a719c180c6570ee2278593c540bb (patch) | |
| tree | 0bdef06b02ed0269fb03bcfaed20ca8e39031fbf | |
| parent | 58aba8143c1e9c1807d23ca5f6bb243c5d84fe24 (diff) | |
| download | emacs-f25a99463445a719c180c6570ee2278593c540bb.tar.gz emacs-f25a99463445a719c180c6570ee2278593c540bb.zip | |
* url-http.el (url-http-parse-headers): Stop after a set number of
redirections. Suggested by Diane Murray.
* url-vars.el (url-max-redirections): New var.
| -rw-r--r-- | lisp/url/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/url/ChangeLog b/lisp/url/ChangeLog index e0f989f1451..a9ecd3e5d9a 100644 --- a/lisp/url/ChangeLog +++ b/lisp/url/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2007-04-13 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * url-http.el (url-http-parse-headers): Stop after a set number of | ||
| 4 | redirections. Suggested by Diane Murray. | ||
| 5 | |||
| 6 | * url-vars.el (url-max-redirections): New var. | ||
| 7 | |||
| 1 | 2007-04-01 Diane Murray <disumu@x3y2z1.net> (tiny change) | 8 | 2007-04-01 Diane Murray <disumu@x3y2z1.net> (tiny change) |
| 2 | 9 | ||
| 3 | * url-http.el (url-http-handle-cookies): Reverse list returned by | 10 | * url-http.el (url-http-handle-cookies): Reverse list returned by |