Handbook
Glossary
upgrade-buffers-full ( -- * )
Secure sockets (SSL, TLS)
ยป
Secure socket errors
Prev:
upgrade-on-non-socket ( -- * )
Vocabulary
io
.
sockets
.
secure
Error description
Thrown if
send-secure-handshake
or
accept-secure-handshake
is called when there is still data which hasn't been read or written.
Notes
Clients should ensure to
flush
their last command to the server before calling
send-secure-handshake
.
Definition
IN:
io.sockets.secure
ERROR:
upgrade-buffers-full
;
Methods
USING:
io.sockets.secure
kernel
summary
;
M:
upgrade-buffers-full
summary
drop
"send-secure-handshake can only be used if buffers are empty"
;