mirror of https://github.com/FreeRDP/FreeRDP
Fixed comment in tls_disconnect.
This commit is contained in:
parent
c273a4ac5e
commit
7f040406ac
|
@ -369,7 +369,7 @@ BOOL tls_disconnect(rdpTls* tls)
|
|||
{
|
||||
/**
|
||||
* In cases where the underlying socket has become disconnected,
|
||||
* there is no need to send a "close notify" shutdown alert. In
|
||||
* there is no need to send a "close notify" shutdown alert. In
|
||||
* fact, attempting to do so can cause a crash in SSL_shutdown.
|
||||
*
|
||||
* The following code disables sending the "close notify".
|
||||
|
|
Loading…
Reference in New Issue