Files
esphome/esphome/components
J. Nick Koston b877b4a57e [web_server] Increase httpd task stack size to prevent stack overflow
The SerializationBuffer introduced in #13625 places a 640-byte buffer
on the stack. When handling HTTP requests on the ESP-IDF httpd task
(which has a default stack of 4096 bytes), the deep call chain from
handleRequest through JSON serialization and lwip_send can overflow.

Increase the httpd task stack by 256 bytes to restore headroom.

Fixes #14991
2026-03-19 18:54:22 -10:00
..
2026-03-15 21:08:05 -10:00
2025-12-08 14:37:45 -05:00
2025-11-04 10:45:32 +13:00
2025-12-08 14:37:45 -05:00