aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/Webserver/Lib/WebserverApp.c
diff options
context:
space:
mode:
Diffstat (limited to 'Projects/Webserver/Lib/WebserverApp.c')
-rw-r--r--Projects/Webserver/Lib/WebserverApp.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/Projects/Webserver/Lib/WebserverApp.c b/Projects/Webserver/Lib/WebserverApp.c
index 6ac94d6ac..cba3b43fa 100644
--- a/Projects/Webserver/Lib/WebserverApp.c
+++ b/Projects/Webserver/Lib/WebserverApp.c
@@ -51,9 +51,7 @@ char PROGMEM HTTP404Header[] = "HTTP/1.1 404 Not Found\r\n"
"Server: LUFA RNDIS\r\n"
"Connection: close\r\n\r\n";
-/** HTTP page to serve to the host when a HTTP request is made. This page is too long for a single response, thus it is automatically
- * broken up into smaller blocks and sent as a series of packets each time the webserver application callback is run.
- */
+/** Static HTTP page to serve to the host when a HTTP request is made from a host. */
char PROGMEM HTTPPage[] =
"<html>"
" <head>"