mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-23 17:17:14 +00: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