optimizations - release

This commit is contained in:
Philippe G
2021-05-10 19:41:56 -07:00
parent 0f792d71ee
commit 8c0e766cd7
4 changed files with 7 additions and 7 deletions

View File

@@ -331,7 +331,7 @@ static void *stream_thread() {
if (stream.meta_interval) {
space = min(space, stream.meta_next);
}
n = _recv(ssl, fd, streambuf->writep, space, 0);
if (n == 0) {
LOG_INFO("end of stream (%u bytes)", stream.bytes);