mirror of
https://github.com/openshwprojects/OpenBK7231T_App.git
synced 2026-02-12 08:25:26 +00:00
potential windows HTTP server problem fixed
This commit is contained in:
@ -133,7 +133,7 @@ void HTTPServer_RunQuickTick() {
|
||||
outbuf[0] = '\0';
|
||||
request.reply = outbuf;
|
||||
request.replylen = 0;
|
||||
|
||||
request.responseCode = HTTP_RESPONSE_OK;
|
||||
request.replymaxlen = DEFAULT_BUFLEN;
|
||||
|
||||
//printf("HTTP Server for Windows: Bytes received: %d \n", iResult);
|
||||
|
||||
Reference in New Issue
Block a user