Skip to content

SSLReadResult

[Source]

What read produced: decrypted application data, nothing yet, a clean close from the peer, or an error.

type SSLReadResult is
  (Array[U8 val] iso^ | None val | SSLClosed val | SSLError val | InvalidOperation val)

Type Alias For