mirror of https://codeberg.org/cage/tinmop/
- [gemini] ensured 'gemini-viewer:request' respects the 'enqueue'
argument when making recursive call to itself.
This commit is contained in:
parent
dc9e23e3c0
commit
4f4a3f4476
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue