]> git.eshelyaron.com Git - emacs.git/commit
Allow url-insert-file-contents to work on 304 responses
authorLars Ingebrigtsen <larsi@gnus.org>
Tue, 24 Sep 2019 08:43:28 +0000 (10:43 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Tue, 24 Sep 2019 08:43:32 +0000 (10:43 +0200)
commitf9f8dcae704b14fde484d7bfd8805d2cd3e5ab5d
tree309d767306fccf35f014d97368572563efbae54c
parent881f6209306ed59284eb04b3812536b7a2b91595
Allow url-insert-file-contents to work on 304 responses

* lisp/url/url-http.el (url-http--insert-file-helper): If the
server answers 304 Not modified, then that's not an error
(bug#26063).
lisp/url/url-http.el