czzmmc opened a new pull request #389: URL: https://github.com/apache/incubator-teaclave/pull/389
## Description Change write method to write_all, in order to fix downloading large remote input file bug. According to [tokio doc](https://docs.rs/tokio/0.1.22/tokio/prelude/trait.Write.html), method write cannot guarantee writing the whole buffer, but method write_all will continuously call write until there is no more data to be written or an error of non-ErrorKind::Interrupted kind is returned. ---------------------------------------------------------------- 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: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
