Webserver on lwip. If LWIP_HTTPD_DYNAMIC_HEADERS is enable, the webserver is not working correctly?
I have a question that has been bothering me for a long time!
lwip 2.12 webserver it has problem with LWIP_HTTPD_DYNAMIC_HEADERS.
When enabling LWIP_HTTPD_DYNAMIC_HEADERS, I get unstable work, sometimes it works, sometimes don't work.
When disabling LWIP_HTTPD_DYNAMIC_HEADERS, we get an error "Assertion "HTTP headers not included in file system" failed at line 2271 ...
I use NUCLEO-F767ZI and STM32H743
The problem is observed in all versions of stm32CubeIDE 1.9.0 by stm32CubeIDE 1.11.2
But stm32CubeIDE 1.8.0 everything work well.
Could someone help?
