- changed status to resolved
Infinite loop with Modland
Issue #70
resolved
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)
-
reporter -
reporter -
reporter - Log in to comment
The problem was a wrong path set in controlscommon.c