Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1. Remove the continue from the SFTP worker loop when there's a timeout on the select and when there's a want_read from the wolfSSH_worker. 2. When the select has receive data ready, check it. Don't make it conditional on want read as well. The goal is that when there isn't data waiting on the socket, check and process the data in the SFTP channel's buffer, always.
- Loading branch information