mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-29 21:48:39 +00:00

1. In async handler example, on hitting /long URI and closing the connection forcefully from client (example ctrl + c) cause more stack size (almost 200 bytes) than successfull request. 2. The connection should be closed from the server as soon as the client closes the connect (i.e. handler should return ESP_FAIL to close the connection)