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.
Dependencies: UIPEthernet_GSOE
Diff: main.cpp
- Revision:
- 2:76f339a1ba9b
- Parent:
- 1:3d9c83af7246
- Child:
- 3:0133517ba02d
--- a/main.cpp Mon Sep 15 13:35:22 2014 +0000
+++ b/main.cpp Sat Sep 27 09:18:53 2014 +0000
@@ -118,7 +118,7 @@
{
char content_length[5] = {};
- header += "\r\nContent-Type: text\r\n";
+ header += "\r\nContent-Type: text/html\r\n";
header += "Content-Length: ";
sprintf(content_length, "%d", content.length());
header += string(content_length) + "\r\n";