esp-idf/components/esp_http_server/src
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
..
port change(components/esp_http_server): add task_caps configuration 2023-12-13 12:26:59 +05:30
util esp_http_server: Update to support build for Linux 2023-03-31 16:42:05 +05:30
esp_httpd_priv.h feat(httpd): add support for asynchronous request handling 2023-05-19 10:05:42 +05:30
httpd_main.c fix(esp_http_server): fix build for IDF_TARGET=linux on macOS 2023-12-19 13:28:59 +01:00
httpd_parse.c refactor(linux): Unified libbsd handling 2024-03-08 12:26:54 +08:00
httpd_sess.c feat(httpd): add support for asynchronous request handling 2023-05-19 10:05:42 +05:30
httpd_txrx.c fix: Allocate HTTP header space for async httpd_req_t objects 2024-03-27 00:50:29 -07:00
httpd_uri.c feat: support HTTP_ANY method in esp_http_server 2024-01-15 14:32:06 +05:30
httpd_ws.c esp_http_server: Update to support build for Linux 2023-03-31 16:42:05 +05:30