Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(#29): Fix reading arbitrary number of bytes. #34

Commits on Jul 15, 2024

  1. fix(esp-rs#29): Fix reading arbitrary number of bytes and embedded_io…

    …_sync::Read trait impl
    
    - 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.
    AnthonyGrondin committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    4626e31 View commit details
    Browse the repository at this point in the history