~nytpu/smallnet

96ce80ead41f2376efa39978f3814116f67177f7 — nytpu a month ago 0a3c6aa
gemini: remove some type declarations since they don't always enforce typechecking
1 files changed, 0 insertions(+), 3 deletions(-)

M src/gemini.lisp
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))