mirror of
https://github.com/espressif/esp-idf.git
synced 2026-09-22 13:01:16 +03:00
When both readset/writeset and errset are set for a single socket, the HTTP client incorrectly handled the condition, causing premature termination. Added a check to ensure readset/writeset is prioritized before errset. Closes https://github.com/espressif/esp-idf/issues/14673