Simple HTTP Server with one page index.html stored inside MBED as char vector and javascript to update a table content

Fork of HTTP_SERVER by Akifumi Takahashi

Revision:
12:cbf97b865d76
Parent:
9:84aca9965f9f
Child:
14:f21da0acc9f6
--- a/HTTP_SERVER.h	Tue Dec 06 07:29:01 2016 +0000
+++ b/HTTP_SERVER.h	Fri Mar 16 21:50:43 2018 +0000
@@ -47,7 +47,7 @@
     //  Param
     bool keep_alive;
     bool listening_flag;
-    char* req_buf[1024];
+    char req_buf[1024];
 };
 
 #endif
\ No newline at end of file