Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: RPC_HTTP RPC_HTTP_WIZnetInterface RPC_HTTP rpc_over_http_TL_interrupter_gatePJ
Fork of HTTPServer by
Revision 10:cbde7929db7f, committed 2013-06-02
- Comitter:
- leihen
- Date:
- Sun Jun 02 00:37:38 2013 +0000
- Parent:
- 9:c2a1462b9b71
- Parent:
- 8:ccbdf6e28655
- Child:
- 11:3943841e1798
- Commit message:
- merged, some minor changes and improvements
Changed in this revision
| HTTPRequestHandler.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- 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__);
