projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix AVRISP-MKII clone project's TPI Chip Erase command processing - ensure erase...
[pub/USBasp.git]
/
Projects
/
Webserver
/
Lib
/
HTTPServerApp.c
diff --git
a/Projects/Webserver/Lib/HTTPServerApp.c
b/Projects/Webserver/Lib/HTTPServerApp.c
index
635a307
..
c2263cb
100644
(file)
--- a/
Projects/Webserver/Lib/HTTPServerApp.c
+++ b/
Projects/Webserver/Lib/HTTPServerApp.c
@@
-150,7
+150,7
@@
void HTTPServerApp_Callback(void)
}
\r
}
\r
\r
}
\r
}
\r
\r
-/** HTTP Server State handler for the Request Process state. This state manages the processing of incom
m
ing HTTP
\r
+/** HTTP Server State handler for the Request Process state. This state manages the processing of incoming HTTP
\r
* GET requests to the server from the receiving HTTP client.
\r
*/
\r
static void HTTPServerApp_OpenRequestedFile(void)
\r
* GET requests to the server from the receiving HTTP client.
\r
*/
\r
static void HTTPServerApp_OpenRequestedFile(void)
\r
@@
-198,7
+198,7
@@
static void HTTPServerApp_SendResponseHeader(void)
uip_tcp_appstate_t* const AppState = &uip_conn->appstate;
\r
char* const AppData = (char*)uip_appdata;
\r
\r
uip_tcp_appstate_t* const AppState = &uip_conn->appstate;
\r
char* const AppData = (char*)uip_appdata;
\r
\r
- char*
HeaderToSend;
\r
+ char* HeaderToSend;
\r
\r
/* Determine which HTTP header should be sent to the client */
\r
if (AppState->HTTPServer.FileOpen)
\r
\r
/* Determine which HTTP header should be sent to the client */
\r
if (AppState->HTTPServer.FileOpen)
\r