-
Notifications
You must be signed in to change notification settings - Fork 7.7k
Description
Status: 49 requests. 316.62 KB transfered, 18,46 seconds
But only 14 requests are served
Hello,
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.
I replaced the lib Spiffs, Webserver, FS, , Wifi from 1.00 up to 1.0.2.rc throug all versions and tested it. always the same problem.
I also increased the files in spiffs.begin (..,..,30);
On me it always happend if its more then 10 files. sometimes 11 sometimes 14. randomly
ESP32 Dev Module
Core Installation version: ?1.0.1? tried from 1.00 up to 1.02 rc1
IDE name: ?Arduino I
Flash Frequency: ?40Mhz?
PSRAM enabled: ?no?
Upload Speed: ?115200?
Computer OS: ?Windows 10?
thanks for help
For what esp is waiting on this small request