* lisp/url/url-http.el
(url-http-wait-for-headers-change-function): Change message to url-http-debug.
This commit is contained in:
parent
f3819ad13e
commit
d7d3b14a99
1 changed files with 1 additions and 1 deletions
|
@ -1384,7 +1384,7 @@ The return value of this function is the retrieval buffer."
|
||||||
(error "error: %s" e)))
|
(error "error: %s" e)))
|
||||||
(error "error: gnutls support needed!")))
|
(error "error: gnutls support needed!")))
|
||||||
(t
|
(t
|
||||||
(message "error response: %d" url-http-response-status)
|
(url-http-debug "error response: %d" url-http-response-status)
|
||||||
(url-http-activate-callback))))))
|
(url-http-activate-callback))))))
|
||||||
|
|
||||||
(defun url-http-async-sentinel (proc why)
|
(defun url-http-async-sentinel (proc why)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue