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: Internet-Piano_WIZwiki-W7500
Fork of httpServer by
Diff: HTTPRequestHandler.cpp
- Revision:
- 1:8291b3e9c064
- Parent:
- 0:e59cc54df17c
--- a/HTTPRequestHandler.cpp Mon Jun 29 09:03:40 2015 +0000
+++ b/HTTPRequestHandler.cpp Fri Jul 03 07:32:27 2015 +0000
@@ -1,7 +1,7 @@
/* HTTPRequestHandler.cpp */
#include "mbed.h"
#include "HTTPRequestHandler.h"
-//#define DEBUG
+#define DEBUG
#include "hl_debug.h"
#include <ctype.h>
@@ -174,3 +174,4 @@
{
INFO("Ending Response !");
}
+
