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:
parent
2782317bb7
commit
e6f92f3621
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user