projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fixed USB_GetHIDReportSize() returning the number of bits in the specified report...
[pub/USBasp.git]
/
Projects
/
Webserver
/
Lib
/
HTTPServerApp.c
diff --git
a/Projects/Webserver/Lib/HTTPServerApp.c
b/Projects/Webserver/Lib/HTTPServerApp.c
index
c2263cb
..
ad768c8
100644
(file)
--- a/
Projects/Webserver/Lib/HTTPServerApp.c
+++ b/
Projects/Webserver/Lib/HTTPServerApp.c
@@
-41,7
+41,7
@@
* given location, and gives extra connection information.
\r
*/
\r
char PROGMEM HTTP200Header[] = "HTTP/1.1 200 OK\r\n"
\r
* given location, and gives extra connection information.
\r
*/
\r
char PROGMEM HTTP200Header[] = "HTTP/1.1 200 OK\r\n"
\r
- "Server: LUFA
RNDIS
\r\n"
\r
+ "Server: LUFA
" LUFA_VERSION_STRING "
\r\n"
\r
"Connection: close\r\n"
\r
"MIME-version: 1.0\r\n"
\r
"Content-Type: ";
\r
"Connection: close\r\n"
\r
"MIME-version: 1.0\r\n"
\r
"Content-Type: ";
\r
@@
-50,7
+50,7
@@
char PROGMEM HTTP200Header[] = "HTTP/1.1 200 OK\r\n"
* given URL is invalid, and gives extra error information.
\r
*/
\r
char PROGMEM HTTP404Header[] = "HTTP/1.1 404 Not Found\r\n"
\r
* given URL is invalid, and gives extra error information.
\r
*/
\r
char PROGMEM HTTP404Header[] = "HTTP/1.1 404 Not Found\r\n"
\r
- "Server: LUFA
RNDIS
\r\n"
\r
+ "Server: LUFA
" LUFA_VERSION_STRING "
\r\n"
\r
"Connection: close\r\n"
\r
"MIME-version: 1.0\r\n"
\r
"Content-Type: text/plain\r\n\r\n"
\r
"Connection: close\r\n"
\r
"MIME-version: 1.0\r\n"
\r
"Content-Type: text/plain\r\n\r\n"
\r