mirror of
https://github.com/espressif/esp-idf.git
synced 2026-09-22 13:01:16 +03:00
select() does not set errno on timeout per POSIX; remove the incorrect EAGAIN check after select timeout and clear errno before asserting it. Co-authored-by: Cursor <cursoragent@cursor.com>