projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b8e5175
)
(url-http-chunked-encoding-after-change-function): Use `url-http-debug'
author
Eli Zaretskii
<eliz@gnu.org>
Sat, 4 Jun 2005 18:37:16 +0000
(18:37 +0000)
committer
Eli Zaretskii
<eliz@gnu.org>
Sat, 4 Jun 2005 18:37:16 +0000
(18:37 +0000)
instead of `message'.
lisp/url/url-http.el
patch
|
blob
|
history
diff --git
a/lisp/url/url-http.el
b/lisp/url/url-http.el
index 2315c6c9415c3025ba4aa82bafaecca68484fce3..f5bbf4a7bf408a4d3aad751f5ef8e34159b1c583 100644
(file)
--- a/
lisp/url/url-http.el
+++ b/
lisp/url/url-http.el
@@
-850,7
+850,7
@@
the end of the document."
(url-display-percentage nil nil)
(goto-char (match-end 1))
(if (re-search-forward "^\r*$" nil t)
- (
message
"Saw end of trailers..."))
+ (
url-http-debug
"Saw end of trailers..."))
(if (url-http-parse-headers)
(url-http-activate-callback))))))))))