1
0
mirror of https://codeberg.org/cage/tinmop/ synced 2025-02-17 08:10:36 +01:00

- [gemini] added missing arguments when creating an instance of 'gemini-others-data-stream'.

This commit is contained in:
cage 2023-03-16 15:13:44 +01:00
parent d494571b38
commit 1d09d25082

View File

@ -629,6 +629,15 @@
(t
(let* ((starting-status (starting-status meta))
(gemini-stream (make-instance '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
:download-stream response
:download-socket socket))