branch: elpa/hyperdrive commit 21fa46a869e56b935771ccd49b4b6bfbde4fd23d Author: Joseph Turner <jos...@ushin.org> Commit: Joseph Turner <jos...@ushin.org>
Comment: Add TODO --- hyperdrive.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hyperdrive.el b/hyperdrive.el index ff6f595a17..f731f368be 100644 --- a/hyperdrive.el +++ b/hyperdrive.el @@ -822,6 +822,9 @@ The return value of this function is the retrieval buffer." ((cl-struct plz-response body) (he/api 'get (h/url-entry url) :as 'response))) (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 + ;; lacks headers. (widen) (goto-char (point-min)) (insert body)