1
0
Fork 0

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

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))