Fixed sendKnownPipeValist()

This commit is contained in:
2022-08-16 15:55:07 -05:00
parent df9484283e
commit 3cb29c6b76
2 changed files with 36 additions and 35 deletions

View File

@@ -157,6 +157,7 @@ static int sendKnownPipeValist(Stream *stream, const char *status,
return totalSent != len;
if (resilientSend(stream, buffer, inBuffer))
return 1;
totalSent += inBuffer;
}
}