Pull request for FtpResponder bug
-
@dc42 I just created a pull request against v3-dev for an FtpResponder issue.
It wasn't initializing haveCompleteLine to false so when the first client connected to a responder, the responder would immediately return "500 Unknown login command" and cause some clients to barf.
-
Thanks for spotting this! I'm fixing it in RRF 2.03RC5 in a slightly different way (initialising it in FtpResponder::Accept instead), and this fix will be propagated to RRF 3 when I merge the 2.03RC5 changes into it later this week.
-
Good deal! Feel free to close that pull request if you don't need it.
-
Thanks, I'll close it then.