esp32-webserver
esp32-webserver copied to clipboard
net::ERR_CONNECTION_RESET
I´m using spiffs for serving the files over html. if i try to open one html page i get a few files libraries but not all. on the files which i dont get ican see in the browser: net::ERR_CONNECTION_RESET In my serial log on ESP 32 i dont see even the request for this file. Normaly i see every html request.
Before i used this program on esp8266 and there are no problem.
If i try to load the file over url request one by one. i get all. I also get my missing log entry. the seems the handling is ok WebserverClass HandleServerCall /css/bootstrap.css Stream File /css/bootstrap.css text/css
I think there must be some limitation which i don´t know now.
thanks for help
I have the same problem! Is there a solution for this problem?