From 28a453783f389188e7e0dfa2f104d1ca14972366 Mon Sep 17 00:00:00 2001 From: Mimmo La Fauci Date: Fri, 25 May 2012 08:46:04 +0200 Subject: [PATCH] Fixed WebServer Issue --- WiFi/utility/server_drv.cpp | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/WiFi/utility/server_drv.cpp b/WiFi/utility/server_drv.cpp index c11e94109..2dca2f3cc 100644 --- a/WiFi/utility/server_drv.cpp +++ b/WiFi/utility/server_drv.cpp @@ -249,14 +249,10 @@ uint8_t ServerDrv::checkDataSent(uint8_t sock) if (_data) timeout = 0; else{ ++timeout; - if (timeout > TIMEOUT_DATA_SENT) - { - timeout = 0; - INFO1("Timeout wainting for data sent"); - } + delay(10); } - }while((_data==0)&&(timeout