]> code.delx.au - gnu-emacs/commit
Allow URL using HTTPS proxies using CONNECT
authorTao Fang <fangtao0901@gmail.com>
Mon, 4 Apr 2016 20:21:21 +0000 (22:21 +0200)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Mon, 4 Apr 2016 20:21:34 +0000 (22:21 +0200)
commit3c623c26ae7d695746e05d8a2e16a67a6256b024
tree1839346cd9cdc14cd3436048a298d12d9f65c9ed
parent17cb263adb7c37803140604f0a2e4df8a38fbcff
Allow URL using HTTPS proxies using CONNECT

* lisp/url/url-http.el (url-http-find-free-connection): Allow
using proxies (bug#11788).
(url-http-end-of-document-sentinel): Ditto.
(url-http): The protocol may change from http to https and
vice versa.
(url-https-proxy-connect): Allow using CONNECT proxies for https.
etc/NEWS
lisp/url/url-http.el