mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
463b02eeec
- The callback `open_fn` is used for creating a new SSL session with httpd_sess_new. - If the call fails, the active socket count (httpd_data->hd_sd_active_count) is not incremented. But, httpd_sess_delete is called, which decrements the count, resulting in a negative value for several failed session creations in a row. Closes https://github.com/espressif/esp-idf/issues/9683 |
||
---|---|---|
.. | ||
include | ||
src | ||
test_apps | ||
CMakeLists.txt | ||
Kconfig |