ovidiucp / TinyWebServer

Small web server for Arduino, fits in 10KB ROM, less than 512 bytes RAM
http://www.webweavertech.com/ovidiu/weblog/archives/000484.html
GNU Lesser General Public License v2.1
245 stars 65 forks source link

Update TinyWebServer.cpp #27

Closed bigjohnson closed 9 years ago

bigjohnson commented 9 years ago

Add timeout when reading data from client, preventing hang connection.

ovidiucp commented 9 years ago

LGTM, thanks!