1
0
mirror of https://codeberg.org/cage/tinmop/ synced 2025-02-17 08:10:36 +01:00

- [gemini] ensured opening files with an external program if the size of the file is smaller than the cache size.

This commit is contained in:
cage 2021-11-10 16:21:18 +01:00
parent 2782317bb7
commit e6f92f3621

View File

@ -498,7 +498,8 @@
(force-output file-stream)
(setf (stream-status wrapper-object) :completed)
(gemini-client:close-ssl-socket socket)
(when wait-for-download
(when (or wait-for-download
partial-content-not-opened)
(os-utils:open-resource-with-external-program support-file
nil)))
(progn