[Top]
SSL
SSL.sslfile
|
Method SSL.sslfile()->destroy()
- Method
destroy
void destroy()
- Description
Try to close down the connection properly since it's customary to
close files just by dropping them. No guarantee can be made that
the close packet gets sent successfully though, because we can't
risk blocking I/O here. You should call close explicitly.
|