1
0
Fork 0

- [gemini] ensured 'gemini-viewer:request' respects the 'enqueue'

argument when making recursive call to itself.
This commit is contained in:
cage 2021-02-07 12:57:12 +01:00
parent dc9e23e3c0
commit 4f4a3f4476
1 changed files with 2 additions and 0 deletions

View File

@ -551,6 +551,7 @@
parsed-iri)))
(db-utils:with-ready-database (:connect nil)
(request new-url
:enqueue enqueue
:certificate-key certificate-key
:certificate certificate))))))
(ui:ask-string-input #'on-input-complete
@ -611,6 +612,7 @@
(progn
(gemini-client:debug-gemini "caching *not* found for ~a" actual-iri)
(request actual-iri
:enqueue enqueue
:certificate-key certificate-key
:certificate certificate
:use-cached-file-if-exists nil