mirror of
https://github.com/zsa/qmk_firmware.git
synced 2026-05-07 11:59:00 +00:00
Fix TELNET server locking up if an invalid command was issued.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user