]> git.eshelyaron.com Git - emacs.git/commit
Fix obscure HTTP chunked parsing problem
authorLars Ingebrigtsen <larsi@gnus.org>
Wed, 15 May 2019 05:12:26 +0000 (07:12 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Wed, 15 May 2019 05:12:26 +0000 (07:12 +0200)
commit4f1df40db36b221e7842bd75d6281922dcb268ee
treec514769342774a9a23fb2bf63eb24ef53d8774ce
parent15bd081ce608c9ebdd379dccc728618664d458a6
Fix obscure HTTP chunked parsing problem

* lisp/url/url-http.el
(url-http-chunked-encoding-after-change-function): Ensure that we
parse the entire initial chunked header as the length (bug#35658).
lisp/url/url-http.el