mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-08 04:02:27 +00: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