summaryrefslogtreecommitdiff
path: root/lisp/url/ChangeLog
diff options
context:
space:
mode:
authorLars Magne Ingebrigtsen <larsi@gnus.org>2014-12-09 04:21:12 +0100
committerLars Magne Ingebrigtsen <larsi@gnus.org>2014-12-09 04:21:12 +0100
commit0cc8da5cd8f3a4d7c19501a018cf2a38f86c509b (patch)
tree49066ed761db88d570b65b433c692fb1d3bf8a48 /lisp/url/ChangeLog
parentd7e5255013e0d784865e03a1acb6d663c30f0907 (diff)
downloademacs-0cc8da5cd8f3a4d7c19501a018cf2a38f86c509b.tar.gz
Make the https logic in url-http work on redirects
(url-http-parse-headers): When being redirected, make sure we flush the previous certificate.
Diffstat (limited to 'lisp/url/ChangeLog')
-rw-r--r--lisp/url/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/url/ChangeLog b/lisp/url/ChangeLog
index d544cf0d083..690f6991910 100644
--- a/lisp/url/ChangeLog
+++ b/lisp/url/ChangeLog
@@ -2,6 +2,8 @@
* url-http.el (url-http-parse-headers): Pass the GnuTLS status of
the connection to the caller.
+ (url-http-parse-headers): When being redirected, make sure we
+ flush the previous certificate.
2014-12-08 Stefan Monnier <monnier@iro.umontreal.ca>