Handbook
Glossary
premature-close-error ( -- * )
Secure sockets (SSL, TLS)
ยป
Secure socket errors
Next:
certificate-verify-error ( result -- * )
Vocabulary
io
.
sockets
.
secure
Error description
Thrown if an SSL connection is closed without the proper
close_notify
sequence.
Definition
IN:
io.sockets.secure
ERROR:
premature-close-error
;
Methods
USING:
io.sockets.secure
kernel
summary
;
M:
premature-close-error
summary
drop
"Connection closed prematurely"
;