Infinite loop with Modland

Issue #70 resolved
Tygre repo owner created an issue

There is the possibility of an infinite loop with Modland (and probably the other sources as well) in case of unexpected return from the source and the _execute_command() that can return RETURN_OK even though the send command did not complete successfully.

The example is that Modland will return 550 (Requested action not taken. File unavailable (e.g., file not found, no access) instead of 150, then the listener will keep seeing that the module is over and will keep on downloading more "550 modules"...

Comments (3)

  1. Log in to comment