esp-idf/components/esp_http_server
Mooneer Salem f799e99909 fix: Allocate HTTP header space for async httpd_req_t objects
This resolves bug #13430 by allocating a new copy of resp_hdrs
when calling httpd_req_async_handler_begin(), thus preventing
invalid access to memory from async tasks.
2024-03-27 00:50:29 -07:00
..
include feat: support HTTP_ANY method in esp_http_server 2024-01-15 14:32:06 +05:30
src fix: Allocate HTTP header space for async httpd_req_t objects 2024-03-27 00:50:29 -07:00
test_apps ci(test_apps): limit dependencies for misc test_apps 2024-02-18 16:01:58 +08:00
CMakeLists.txt refactor(linux): Unified libbsd handling 2024-03-08 12:26:54 +08:00
Kconfig esp_http_server: update httpd_queue_work() API to use semaphore 2022-05-09 18:00:05 +05:30