more handlers

Dependents:   bandwidth-meter-net mbedRail24v

Fork of Tiny-HTTPD by ban4jp -

Revision:
3:145c65ab9805
Parent:
2:905fe8dfebd6
--- a/HTTPD.h	Tue Feb 04 03:07:05 2014 +0000
+++ b/HTTPD.h	Fri May 30 03:55:43 2014 +0000
@@ -29,7 +29,7 @@
 #define HTTPD_MAX_CLIENTS 1
 #define HTTPD_KEEPALIVE 0 // keep-alive off
 #define HTTPD_TIMEOUT 15000
-#define HTTPD_MAX_HANDLES 10
+#define HTTPD_MAX_HANDLES 12
  
 #define HTTPD_CMD_SIZE 100
 #define HTTPD_BUF_SIZE 256