1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-21 21:22:31 +03:00
Files
esp8266/libraries
Simon Arlott d099404eb8 WebServer: handle initial read/close timeouts asynchronously
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.
2016-01-10 15:50:34 +00:00
..
2016-01-02 13:27:21 +01:00
2015-11-02 19:23:26 +01:00
2015-11-25 18:11:16 +02:00
2015-11-02 19:23:26 +01:00
2015-06-21 22:19:23 +02:00
2015-06-17 14:24:25 +02:00
2015-12-16 15:17:53 -08:00
2015-11-02 19:23:26 +01:00
2015-11-02 19:23:26 +01:00
2015-11-02 19:23:26 +01:00