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

WiFiClientSecure: don't trash unread decrypted data when writing #4024

Merged
merged 2 commits into from
Dec 26, 2017

Commits on Dec 26, 2017

  1. Configuration menu
    Copy the full SHA
    a6922dc View commit details
    Browse the repository at this point in the history
  2. WiFiClientSecure: don't trash unread decrypted data when writing

    When application requests to write data, check if there is any unread
    decrypted data left. If there is, don't write immediately, but save the
    data to be written. When all decrypted data has been consumed by the
    application, send out the saved outgoing data.
    
    Fixes #2256.
    igrr committed Dec 26, 2017
    Configuration menu
    Copy the full SHA
    02bc538 View commit details
    Browse the repository at this point in the history