1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-04-19 23:22:16 +03:00
aWZHY0yQH81uOYvH f8de3fb464
ESP8266WebServer - Drop inactive connection when another is waiting to improve page load time (#8216)
* ESP8266WebServer - drop current HC_WAIT_READ connection sooner when another has data

Safari sometimes opens two connections when loading a page and only
sends a request over the second one, resulting in a 5 second wait
(HTTP_MAX_DATA_WAIT) before the request is processed. This commit
drops the current connection after 30ms (HTTP_MAX_DATA_AVAILABLE_WAIT)
when there is a new connection with data available or the buffer of
pending TCP clients is full (currently 5).
2021-10-27 22:28:47 +02:00
..
2021-07-03 23:33:20 +02:00
2015-08-10 19:22:33 +03:00
2015-07-23 01:29:12 +03:00
2015-05-04 18:31:48 +02:00
2016-02-06 13:16:00 +08:00
2016-02-06 13:16:00 +08:00
2020-09-17 14:04:02 +02:00
2015-05-04 18:31:48 +02:00
2016-03-10 07:34:36 +01:00
2015-06-02 00:11:20 +03:00