really triggering a new build - release

This commit is contained in:
Philippe G
2020-12-28 19:17:37 -08:00
parent fd9158e7c1
commit 7bd8c842c8
2 changed files with 1 additions and 3 deletions

View File

@@ -334,7 +334,7 @@ static void *stream_thread() {
n = _recv(ssl, fd, streambuf->writep, space, 0);
if (n == 0) {
LOG_INFO("end of stream");
LOG_INFO("end of stream (%u bytes)", stream.bytes);
_disconnect(DISCONNECT, DISCONNECT_OK);
}
if (n < 0 && _last_error() != ERROR_WOULDBLOCK) {