]> git.eshelyaron.com Git - emacs.git/commit
Don't double-decompress cached HTTP responses (bug#36773)
authorPip Cet <pipcet@gmail.com>
Thu, 25 Jul 2019 13:22:15 +0000 (13:22 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 27 Jul 2019 10:54:04 +0000 (13:54 +0300)
commite310843d9dc106187d0e45ef7f0b9cd90a881eec
treed60df45275047bd65a05f1e6e116b8148aef2eac
parent02bb676a0547e0a25fc697d3a4c539e5415b90be
Don't double-decompress cached HTTP responses (bug#36773)

* lisp/url/url-http.el (url-handle-content-transfer-encoding): Modify
the message headers as well as the message body to reflect
decompression.
* lisp/mail/mail-utils.el (mail-fetch-field): Add DELETE argument, to
delete header lines included in the result.
lisp/mail/mail-utils.el
lisp/url/url-http.el