Handbook
Glossary
throw-if-terminated ( ssl-handle -- ssl-handle )
Vocabulary
io
.
sockets
.
secure
.
openssl
Inputs
ssl-handle
an
object
Outputs
ssl-handle
an
object
Definition
USING:
accessors
io.sockets.secure
kernel
;
IN:
io.sockets.secure.openssl
:
throw-if-terminated
( ssl-handle -- ssl-handle )
dup
terminated>>
[
premature-close-error
]
when
;