mirror of
https://github.com/openshwprojects/OpenBK7231T_App.git
synced 2026-02-04 17:55:34 +00:00
fix windows server
This commit is contained in:
@ -142,6 +142,7 @@ void HTTPServer_RunQuickTick() {
|
||||
request.replylen = 0;
|
||||
request.responseCode = HTTP_RESPONSE_OK;
|
||||
request.replymaxlen = DEFAULT_BUFLEN;
|
||||
request.receivedLenmax = DEFAULT_BUFLEN;
|
||||
|
||||
//printf("HTTP Server for Windows: Bytes received: %d \n", iResult);
|
||||
len = HTTP_ProcessPacket(&request);
|
||||
|
||||
Reference in New Issue
Block a user