branch: elpa/hyperdrive commit 750ea89b57c1f3540a5da9085e63266d428cff9e Author: Adam Porter <a...@alphapapa.net> Commit: Joseph Turner <jos...@ushin.org>
Comment: Add TODO --- hyperdrive.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hyperdrive.el b/hyperdrive.el index 6ca6f24cef..76d9141880 100644 --- a/hyperdrive.el +++ b/hyperdrive.el @@ -466,6 +466,8 @@ in a directory. Otherwise, or with universal prefix argument ;; plz.el will not overwrite existing files: ensure there's no file there. (delete-file filename)) (h/api 'get url :as `(file ,filename)) + ;; TODO: If plz adds support for getting response headers when downloading + ;; as a file, use it here. ;; Filling entry is necessary in order to update hyperdrive disk-usage. (h/fill (h/url-entry url))))