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.
Fork of HTTPServer by
Revision 19:e80980c149eb, committed 2016-02-01
- Comitter:
- VervoortRaf
- Date:
- Mon Feb 01 10:25:06 2016 +0000
- Parent:
- 18:5790d1dfe69f
- Commit message:
- Smart remote school project Team E1
Changed in this revision
HTTPRequestHandler.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/HTTPRequestHandler.cpp Tue Dec 03 02:40:14 2013 +0000 +++ b/HTTPRequestHandler.cpp Mon Feb 01 10:25:06 2016 +0000 @@ -112,7 +112,7 @@ } } -static const char* szErrorPage = "<HTML><HEAD><META content=\"text/html\" http-equiv=Content-Type></HEAD><BODY><h1>Error</h1><P>HTTPServer Error<P></BODY></HTML>\r\n\r\n"; +static const char* szErrorPage = "<HTML><HEAD><META content=\"text/html\" http-equiv=Content-Type></HEAD><BODY><h1>Error</h1><P>Er is een fout opgetreden met de HTTPServer<P></BODY></HTML>\r\n\r\n"; void HTTPRequestHandler::handleError(int errorCode, HTTPHeaders* header) {