]> git.eshelyaron.com Git - emacs.git/commit
Fix fetching URLs with stuff that looks like HTTP headers
authorEli Zaretskii <eliz@gnu.org>
Wed, 14 Aug 2019 14:53:14 +0000 (17:53 +0300)
committerEli Zaretskii <eliz@gnu.org>
Wed, 14 Aug 2019 14:53:14 +0000 (17:53 +0300)
commit629068a89d1b2a7babbed7d3f5778834a970de16
tree2fa8bdf886ee6dce0ea9cd9a8349f6017fd620cb
parentf4974d6fe6137f436763998be27afafea9866098
Fix fetching URLs with stuff that looks like HTTP headers

* lisp/url/url-http.el (url-http-parse-headers): Narrow the
buffer to the headers at the beginning to make sure
url-handle-content-transfer-encoding uses the correct
headers.  (Bug#37023)
lisp/url/url-http.el