mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
829800f272
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