marcoskirsch / nodemcu-httpserver

A (very) simple web server written in Lua for the ESP8266 firmware NodeMCU.
GNU General Public License v2.0
397 stars 166 forks source link

filter invalid requests #89

Closed HHHartmann closed 7 years ago

HHHartmann commented 7 years ago

sometimes I observe requests which are malformed (seem to be binary data) so everything that does not have a method and request (url) defined gets kicked.

marcoskirsch commented 7 years ago

Thanks for all the fixes and enhancements. And thanks for the small self contained PRs :)