arduino-esp32/libraries/WebServer/src
lbernstone 9e7b13e46d
WebServer.handleClient delay (#4350)
* If WebServer.handleClient is run in a tight loop, it will starve other processes.  So, if there is no connection, throw in a delay(1).  Fixes #4348

* Made a variable to control the delay behavior
2020-10-01 15:42:23 +03:00
..
detail fix #4071 (#4072) 2020-09-30 15:24:59 +03:00
uri Add Uri with support for regexUri and globUri (#3441) 2020-01-20 15:21:01 +02:00
HTTP_Method.h Broke HTTP_Method out into a separate library for reuse in ESPAsyncWebServer (#1562) 2018-07-02 18:24:08 +02:00
Parsing.cpp Update Parsing.cpp (#4217) 2020-10-01 14:37:59 +03:00
Uri.h Add Uri with support for regexUri and globUri (#3441) 2020-01-20 15:21:01 +02:00
WebServer.cpp WebServer.handleClient delay (#4350) 2020-10-01 15:42:23 +03:00
WebServer.h WebServer.handleClient delay (#4350) 2020-10-01 15:42:23 +03:00