mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-05-03 07:05:06 -04:00
Implemented requests and responses of arbitrary sizes using resources.
This commit is contained in:
parent
1dc6655017
commit
212518a345
6 changed files with 206 additions and 89 deletions
|
@ -502,7 +502,6 @@ def download_concluded(resource):
|
|||
|
||||
saved_filename = current_filename
|
||||
|
||||
|
||||
if resource.status == RNS.Resource.COMPLETE:
|
||||
counter = 0
|
||||
while os.path.isfile(saved_filename):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue