-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixing #162 #202
Fixing #162 #202
Conversation
…to fix/issue-162 � Conflicts: � transfer_test.go
Codecov Report
@@ Coverage Diff @@
## master #202 +/- ##
==========================================
+ Coverage 71.07% 72.62% +1.55%
==========================================
Files 9 9
Lines 999 1001 +2
==========================================
+ Hits 710 727 +17
+ Misses 207 194 -13
+ Partials 82 80 -2
Continue to review full report at Codecov.
|
Hi, I had a similar fix locally, the two replies to STOR were triggered as soon as I moved the transfer to a separate goroutine (to support ABOR). I merged my changes with yours, please take a look and thank you! |
Perfect ! |
The file transfer logic was a bit broken and could end-up performing two replies to a
STOR
command.This now correctly reports:
Please note that this issue probably wasn't introduced by #161, it might have always existed.