Single instance HTTP Server using new Ethernet Interface with bug fix for URL arguments
Fork of HTTPServer by
Diff: HTTPConnection.cpp
- Revision:
- 16:cc3f5c53d0d5
- Parent:
- 13:aa5338a5e452
- Child:
- 17:032714af88a6
diff -r 909dcf44c3db -r cc3f5c53d0d5 HTTPConnection.cpp --- a/HTTPConnection.cpp Sat Aug 17 15:34:07 2013 +0000 +++ b/HTTPConnection.cpp Sat Aug 17 16:17:55 2013 +0000 @@ -3,7 +3,7 @@ #include "mbed.h" #include "HTTPConnection.h" #define DEBUG -#include "debug.h" +#include "hl_debug.h" #include <vector> using std::vector;