potential windows HTTP server problem fixed

This commit is contained in:
openshwprojects
2023-05-02 09:04:43 +02:00
parent 03845f4dd5
commit fd6d7ebe7a

View File

@ -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);