Method SSL.File()->_destruct()
- Method
_destruct
protected
void
_destruct()- 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.
- See also