mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-29 20:05:09 +00:00
994038e0e9
In some cases, sending the shutdown signal may fail, which causes `httpd_stop` to wait indefinitely. This PR adds a check to prevent this infinite loop. Signed-off-by: Shubham Kulkarni <shubham.kulkarni@espressif.com> Closes https://github.com/espressif/esp-idf/pull/7843