blob: 80cea6772bd70447f5b8ac373a06c0b1a8ec55ca [file] [log] [blame]
makejian9606d562024-10-21 20:13:49 +08001Bugfix
2 * Use 'mbedtls_net_close' instead of 'close' in 'mbedtls_net_bind'
3 and 'mbedtls_net_connect' to prevent possible double close fd
4 problems. Fixes #9711.