Team E1
Fork of HTTPServer by
Diff: HTTPRequestHandler.cpp
- Revision:
- 19:e80980c149eb
- Parent:
- 16:cc3f5c53d0d5
--- 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) {