This fixes a bug that caused an FTP Session not being deleted internally, when the control socket it closed before the client connected to the data socket. The data socket would then previously continue to wait for the client and therefore keep the session alive indefinitely.
This fixes a bug that caused an FTP Session not being deleted internally, when the control socket it closed before the client connected to the data socket. The data socket would then previously continue to wait for the client and therefore keep the session alive indefinitely.
Fixes #33