mirror of
https://github.com/esp8266/Arduino.git
synced 2025-04-25 20:02:37 +03:00
If there is a delay before data becomes available on a new connection then the handler function blocks for up to 1 second, and there's another wait on connection close for up to 2 seconds. This doesn't make the whole server process asynchronous (there is another delay between headers/data) but it helps when there are other events that need attention while handling web requests.