]> git.eshelyaron.com Git - emacs.git/commit
No longer raise error when http authentication failed
authorJonas Bernoulli <jonas@bernoul.li>
Thu, 16 Sep 2021 18:24:30 +0000 (20:24 +0200)
committerJonas Bernoulli <jonas@bernoul.li>
Mon, 20 Sep 2021 19:18:41 +0000 (21:18 +0200)
commit0b98ea5fbe276c67206896dca111c000f984ee0f
tree4d853576f39641ce69c4a654394e59e2ecf44030
parent6825f5660feae93f3685c7c0736881c743d389ba
No longer raise error when http authentication failed

* lisp/url/url-http.el (url-http-handle-authentication): Return t
instead of raising an error, instructing the caller to invoke the
request specific error handler (bug#50511).
lisp/url/url-http.el