-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(#29): Fix reading arbitrary number of bytes and embedded_io_sync:…
…:Read trait impl (#34) - Fixes an issue where reading fewer bytes than received from socket would make read block on reading from socket, while there are still unprocessed bytes in mbedtls internal buffers. - Fixes embedded_io_async::Read implementation where read() should return `Ok(0)` at EOF.
- Loading branch information
1 parent
c58cad2
commit c21706e
Showing
1 changed file
with
8 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters