branch: elpa/hyperdrive commit 9a48102788fc686a80832d56d5f619cf96824e27 Author: Joseph Turner <jos...@ushin.org> Commit: Joseph Turner <jos...@ushin.org>
Fix: (h/url-loader) Remove :as 'response --- hyperdrive.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hyperdrive.el b/hyperdrive.el index 9ecd29b9b3..94901f0253 100644 --- a/hyperdrive.el +++ b/hyperdrive.el @@ -803,7 +803,7 @@ The return value of this function is the retrieval buffer." ;; TODO: When `plz.el' adds :as 'response-with-buffer, use that. ;; response-buffer will contain the loaded HTML, and will be deleted at the end of `eww-render'. ((cl-struct plz-response body) - (he/api 'get (h/url-entry url) :as 'response))) + (he/api 'get (h/url-entry url)))) (with-current-buffer (generate-new-buffer " *hyperdrive-eww*") ;; TODO: After refactoring to use :as 'response, this buffer no longer ;; contains HTTP headers. Confirm that EWW works properly when buffer