esp32-webserver icon indicating copy to clipboard operation
esp32-webserver copied to clipboard

net::ERR_CONNECTION_RESET

Open arnold-b opened this issue 5 years ago • 1 comments

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

arnold-b avatar Mar 08 '19 07:03 arnold-b

I have the same problem! Is there a solution for this problem?

mrWheel avatar May 24 '20 18:05 mrWheel