esp8266/Arduino@9f2cfb82184176a0930303be05791d0aaac1e918 breaks handling files uploaded as *.htm.gz Example: File uploaded as: dashboard.htm.gz Http request: http://server/dashboard.htm Actually served - Before: dashboard.htm OR dashboard.htm.gz => file found - After: dashboard.htm OR dashboard.html OR dashboard.html.gz => file not found Propose: only "/" path should be rewritten as /index.htm or /index.html or /index.htm.gz or /index.html.gz (whichever exists)