mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 17:49:10 -04:00
mbedtls port: Fix detection of EWOULDBLOCK/EAGAIN with non-blocking sockets Previous code read non-blocking status via fcntl first, which resets errno. * Closes #424 https://github.com/espressif/esp-idf/pull/424 * Merges #425 https://github.com/espressif/esp-idf/pull/425 See merge request !575