govorox / SSLClient

SSLClient - generic secure client Arduino library using mbedtls
GNU General Public License v3.0
84 stars 39 forks source link

client_net_send should return an error in case write fails. #37

Closed ittacco closed 1 year ago

ittacco commented 1 year ago

Returning 0 mbedtsl assumes all buf content has been written.