* lisp/url/url-http.el
(url-https-proxy-after-change-function): Display the error
message before doing the callback to avoid a void variable
situation (bug#23290).
(error "error: %s" e)))
(error "error: gnutls support needed!")))
(t
- (url-http-activate-callback)
- (message "error response: %d" url-http-response-status))))))
+ (message "error response: %d" url-http-response-status)
+ (url-http-activate-callback))))))
(defun url-http-async-sentinel (proc why)
;; We are performing an asynchronous connection, and a status change