Added possibility of no timeout (=0)

This commit is contained in:
eidheim 2014-08-05 17:22:55 +02:00
commit cdf7114f2d
3 changed files with 21 additions and 9 deletions

View file

@ -11,7 +11,7 @@ See also https://github.com/eidheim/Simple-WebSocket-Server for an easy way to m
* Platform independent
* HTTPS support
* HTTP persistent connection (for HTTP/1.1)
* Server timeouts
* Timeouts, if any of Server::timeout_request and Server::timeout_content are >0 (default: Server::timeout_request=5 seconds, and Server::timeout_content=300 seconds)
* Simple way to add REST resources using regex for path, and anonymous functions
###Usage