mirror of https://codeberg.org/cage/tinmop/
- [GUI] prevented error when loading twice a non-text resource (e.g. loading twice the same URL pointing to a bitmao image.).
This commit is contained in:
parent
a896c5642e
commit
d494571b38
|
@ -139,6 +139,15 @@
|
||||||
(t
|
(t
|
||||||
(let* ((starting-status :streaming)
|
(let* ((starting-status :streaming)
|
||||||
(gemini-stream (make-instance 'gemini-viewer::gemini-others-data-stream
|
(gemini-stream (make-instance 'gemini-viewer::gemini-others-data-stream
|
||||||
|
:host host
|
||||||
|
:port port
|
||||||
|
:path path
|
||||||
|
:query query
|
||||||
|
:fragment fragment
|
||||||
|
:meta meta
|
||||||
|
:status-code status
|
||||||
|
:status-code-description
|
||||||
|
code-description
|
||||||
:stream-status starting-status
|
:stream-status starting-status
|
||||||
:download-stream response
|
:download-stream response
|
||||||
:download-socket socket))
|
:download-socket socket))
|
||||||
|
|
Loading…
Reference in New Issue