mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-11-17 17:10:03 +00:00
Fix C++ style comment in altcp_tls_mbedtls.c
This commit is contained in:
parent
33466ee6a8
commit
6559ffd848
@ -924,7 +924,7 @@ altcp_mbedtls_bio_send(void* ctx, const unsigned char* dataptr, size_t size)
|
||||
if (written) {
|
||||
return written;
|
||||
}
|
||||
return 0;//MBEDTLS_ERR_SSL_WANT_WRITE;
|
||||
return 0; /* MBEDTLS_ERR_SSL_WANT_WRITE; */
|
||||
} else {
|
||||
LWIP_ASSERT("tls_write, tcp_write: err != ERR MEM", 0);
|
||||
/* @todo: return MBEDTLS_ERR_NET_CONN_RESET or MBEDTLS_ERR_NET_SEND_FAILED */
|
||||
|
Loading…
Reference in New Issue
Block a user