esp-idf/components/esp_http_server
Laukik Hase 463b02eeec
http_server: Increment active socket count for SSL session
- 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
2022-09-07 10:27:22 +05:30
..
include esp_http_server: Remove http_server.h Header file 2022-05-13 16:00:17 +05:30
src http_server: Increment active socket count for SSL session 2022-09-07 10:27:22 +05:30
test_apps ci: Migrate esp_http_server unit tests from unit-test-app to component-test-app 2022-08-25 03:43:46 +00:00
CMakeLists.txt build system: re-add -Wno-format as private flag for some components 2022-08-03 16:42:47 +04:00
Kconfig esp_http_server: update httpd_queue_work() API to use semaphore 2022-05-09 18:00:05 +05:30