From f25a99463445a719c180c6570ee2278593c540bb Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Fri, 13 Apr 2007 14:59:08 +0000 Subject: [PATCH] * 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. --- lisp/url/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) 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 @@ +2007-04-13 Chong Yidong + + * 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. + 2007-04-01 Diane Murray (tiny change) * url-http.el (url-http-handle-cookies): Reverse list returned by -- 2.11.4.GIT