diff options
author | Lars Magne Ingebrigtsen <larsi@gnus.org> | 2014-12-09 03:59:48 +0100 |
---|---|---|
committer | Lars Magne Ingebrigtsen <larsi@gnus.org> | 2014-12-09 03:59:48 +0100 |
commit | d7e5255013e0d784865e03a1acb6d663c30f0907 (patch) | |
tree | 29d98f5408536c6a8bff0a06f84f8fc14ef62e48 /lisp/url/ChangeLog | |
parent | afa1d80fe03b8ca9af62158b563d6429b51b7ee1 (diff) | |
download | emacs-d7e5255013e0d784865e03a1acb6d663c30f0907.tar.gz |
Make URL pass the TLS peer status to the caller
* lisp/url/url-http.el (url-http-parse-headers): Pass the GnuTLS
status of the connection to the caller.
Diffstat (limited to 'lisp/url/ChangeLog')
-rw-r--r-- | lisp/url/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/url/ChangeLog b/lisp/url/ChangeLog index b39c67effbb..d544cf0d083 100644 --- a/lisp/url/ChangeLog +++ b/lisp/url/ChangeLog @@ -1,3 +1,8 @@ +2014-12-09 Lars Magne Ingebrigtsen <larsi@gnus.org> + + * url-http.el (url-http-parse-headers): Pass the GnuTLS status of + the connection to the caller. + 2014-12-08 Stefan Monnier <monnier@iro.umontreal.ca> * url-http.el (url-http-activate-callback): Make debug more verbose. |