Mbed asked me to commit the library. Probably because it's an older version
Fork of HTTPServer by
Diff: HTTPRequestHandler.cpp
- Revision:
- 10:cbde7929db7f
- Parent:
- 9:c2a1462b9b71
- Parent:
- 8:ccbdf6e28655
- Child:
- 11:3943841e1798
--- a/HTTPRequestHandler.cpp Sun Jun 02 00:33:56 2013 +0000 +++ b/HTTPRequestHandler.cpp Sun Jun 02 00:37:38 2013 +0000 @@ -2,7 +2,7 @@ #include "mbed.h" #include "HTTPRequestHandler.h" -#define _DEBUG 0 +#define _DEBUG 1 #if (_DEBUG && !defined(TARGET_LPC11U24)) #define INFO(x, ...) std::printf("[HTTPRequestHandler : DBG]"x"\r\n", ##__VA_ARGS__);