|
@@ -3486,6 +3486,7 @@ char* AuthenticatedTrueRoutine(uint16_t* sendLen)
|
|
|
{
|
|
|
// Send HTTP header first (Safari needs it)
|
|
|
|
|
|
+ memset(sendBuf, 0, sizeof(sendBuf));
|
|
|
strcpy(sendBuf, HTTP_200_OK);
|
|
|
/**sendLen = strlen(sendBuf);
|
|
|
SSL_WriteRoutine(&ssl, sendBuf, *sendLen);*/
|