mirror of
https://github.com/espressif/esp-idf
synced 2025-03-09 09:09:10 -04: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