-
-
Notifications
You must be signed in to change notification settings - Fork 512
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ftp server : use a thread to send ftp burst (#2250)
* Ftp server : use a thread to send ftp burst * system tests : increase FtpDownloadBurstStopAndTryAgain file length FTP server is now faster, we need to increase file length because it was sometimes already entirely received when the callback was called. * Revert "system tests : increase FtpDownloadBurstStopAndTryAgain file length" This reverts commit c233cdd. * Test commit debug * System tests: fix FtpDownloadBurstStopAndTryAgain Only use intercept callbacks to simulation connection problem to avoid buffering. * windows * remove debug
- Loading branch information
Showing
3 changed files
with
50 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters