1
0
Fork 0

- [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
1 changed files with 2 additions and 1 deletions

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