giampaolo / pyftpdlib

Extremely fast and scalable Python FTP server library
MIT License
1.65k stars 267 forks source link

fix giampaolo#524: download hang when file byte=0 #525

Open aimreant opened 4 years ago

coveralls commented 4 years ago

Coverage Status

Coverage remained the same at 0.0% when pulling f0f54f11e70ba33a67f212ed04f8fc93ac3f4c05 on aimreant:master into 1122c7df99fe294be29b6093bcf538843d8e2653 on giampaolo:master.

giampaolo commented 4 years ago

What's the issue here? We already have tests for empty file (both STOR and RETR) showing it works.