Fix TELNET server locking up if an invalid command was issued.
This commit is contained in:
parent
b9cf4815e5
commit
7d3ed40070
3 changed files with 7 additions and 19 deletions
|
@ -198,7 +198,7 @@ static void HTTPServerApp_SendResponseHeader(void)
|
|||
uip_tcp_appstate_t* const AppState = &uip_conn->appstate;
|
||||
char* const AppData = (char*)uip_appdata;
|
||||
|
||||
char* HeaderToSend;
|
||||
char* HeaderToSend;
|
||||
|
||||
/* Determine which HTTP header should be sent to the client */
|
||||
if (AppState->HTTPServer.FileOpen)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue