M src/gemini.lisp => src/gemini.lisp +0 -3
@@ 189,9 189,6 @@
- CLIENT-CERT-KEY specifies the path to the client certificate's key. Ignored on Windows.
- CLIENT-CERT-PASSWORD specifies the password to decrypt the client certificate. Ignored on Windows.
- IGNORE-READ/CLOSE-SSL-ERROR ignores if the Gemini server doesn't send a TLS close_notify before closing the socket."
- (declare (type (or string quri:uri) uri)
- (type (or string null) host)
- (type (or (unsigned-byte 16) null) port))
(let* ((uri (if (quri:uri-p uri) uri (quri:uri uri)))
(host (or host (quri:uri-host uri)))
(port (or port (quri:uri-port uri) 1965))