esp-idf/components/esp_http_server/src
Dániel Buga 994038e0e9 esp_http_server: Check for failure in stopping http server
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
2021-11-11 11:43:57 +05:30
..
port/esp32 esp-tls, esp_http_client and esp_http_server: update copyright notice 2021-05-31 20:06:09 +08:00
util esp-tls, esp_http_client and esp_http_server: update copyright notice 2021-05-31 20:06:09 +08:00
esp_httpd_priv.h esp-tls, esp_http_client and esp_http_server: update copyright notice 2021-05-31 20:06:09 +08:00
httpd_main.c esp_http_server: Check for failure in stopping http server 2021-11-11 11:43:57 +05:30
httpd_parse.c http: Function to get Cookie value from request. 2021-07-30 13:23:25 +08:00
httpd_sess.c esp-tls, esp_http_client and esp_http_server: update copyright notice 2021-05-31 20:06:09 +08:00
httpd_txrx.c esp-tls, esp_http_client and esp_http_server: update copyright notice 2021-05-31 20:06:09 +08:00
httpd_uri.c esp-tls, esp_http_client and esp_http_server: update copyright notice 2021-05-31 20:06:09 +08:00
httpd_ws.c Added more convenient functions for sending data to websocket 2021-09-16 10:53:29 +02:00