This commit is contained in:
Daniel Langbein 2023-01-13 09:01:25 +01:00
parent 3fed1b4490
commit f068bad45e

View File

@ -73,6 +73,7 @@ def _stdin_worker(queue_get: Queue.get,
binary_stdin.write(chunk)
# binary_stdin.flush() # TODO: is this required?
# TODO: print total transfer speed and last chunk transfer speed
current_time = time.time()
elapsed_time = current_time - start_time
transferred_bytes += len(chunk)