]> git.eshelyaron.com Git - emacs.git/commit
Improve how url-http displays status messages
authorStefan Kangas <stefan@marxist.se>
Sun, 7 Aug 2022 11:14:20 +0000 (13:14 +0200)
committerStefan Kangas <stefan@marxist.se>
Sun, 7 Aug 2022 11:14:20 +0000 (13:14 +0200)
commit321f33a2b111c3c0ea1246ffa705d2cc9e8e9242
treed53834881640cfc34fbeea8553b5d940e12c3fb1
parent91f4ea2fa455ad2458e727217d83a177f333c637
Improve how url-http displays status messages

* lisp/url/url-util.el (url-display-message): New function.
(url-display-percentage): Make obsolete in favor of
url-display-message.

* lisp/url/url-http.el
(url-http-content-length-after-change-function):
Prefer 'url-display-message' to 'url-display-percentage'.
(url-http-content-length-after-change-function)
(url-http-chunked-encoding-after-change-function):
Remove ineffectual calls to 'url-display-percentage'.
lisp/url/url-http.el
lisp/url/url-util.el