You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2020/08/25 09:15:37 UTC

[GitHub] [camel] lholthof opened a new pull request #4125: CAMEL-15460: FTP reconnect to handle pending command and noop result

lholthof opened a new pull request #4125:
URL: https://github.com/apache/camel/pull/4125


   https://issues.apache.org/jira/browse/CAMEL-15460
   
   Call of completePendingCommand() will read the Stream which potentially still contains a success message from the file retrieval. Afterwards the NOOP will be executed and the result (read from Stream) is interpreted correctly. Also respect the NOOP to return false instead of relying on exception.
   
   Removed redundant reconnectIfNeccessary during rename(), as it will try to delete as first step during execution. The delete will ensure the connection is still alive.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [camel] davsclaus merged pull request #4125: CAMEL-15460: FTP reconnect to handle pending command and noop result

Posted by GitBox <gi...@apache.org>.
davsclaus merged pull request #4125:
URL: https://github.com/apache/camel/pull/4125


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org