projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f3819ad
)
* lisp/url/url-http.el
author
Andreas Schwab
<schwab@linux-m68k.org>
Sun, 24 Dec 2017 11:15:55 +0000
(12:15 +0100)
committer
Andreas Schwab
<schwab@linux-m68k.org>
Sun, 24 Dec 2017 18:14:23 +0000
(19:14 +0100)
(url-http-wait-for-headers-change-function): Change message to
url-http-debug.
lisp/url/url-http.el
patch
|
blob
|
history
diff --git
a/lisp/url/url-http.el
b/lisp/url/url-http.el
index 51f158e5c21eaeeb07573deca7e2ea092c9f1361..f9cf32cf0469ba4beafab82e328114ebe2ba9aa2 100644
(file)
--- a/
lisp/url/url-http.el
+++ b/
lisp/url/url-http.el
@@
-1384,7
+1384,7
@@
The return value of this function is the retrieval buffer."
(error "error: %s" e)))
(error "error: gnutls support needed!")))
(t
- (
message
"error response: %d" url-http-response-status)
+ (
url-http-debug
"error response: %d" url-http-response-status)
(url-http-activate-callback))))))
(defun url-http-async-sentinel (proc why)