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: net lpc1768 crypto clock web log
Diff: http-derived/home/http-home-script.inc
- Revision:
- 33:e79c9d7d4a76
- Parent:
- 28:7fb6b4e9ab80
- Child:
- 34:d9586fc921dc
--- a/http-derived/home/http-home-script.inc Sat Jan 26 15:59:59 2019 +0000 +++ b/http-derived/home/http-home-script.inc Tue Jan 29 15:09:08 2019 +0000 @@ -30,7 +30,7 @@ "}\n" "function parseAjax()\n" "{\n" -" var iDateStart = headers.indexOf('Date:');\n" +" var iDateStart = headers.toLowerCase().indexOf('date:');\n" " var iDateEnd = headers.indexOf('\\r', iDateStart);\n" " var rtcDate = new Date(headers.slice(iDateStart + 5, iDateEnd));\n" " msRtc = parseInt(response.substr(0, 4), 16);\n"