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

Don't return true with WiFiClientSecureBearSSL::connected() when really disconnected #8330

Merged
merged 10 commits into from
Dec 16, 2022

Commits on Oct 7, 2021

  1. Don't return true with WiFiClientSecureBearSSL::connected() when di…

    …sconnected
    
    Apply the same condition as with normal WiFiClient - we are not connected
    when it's not possible to both write and read.
    
    Implement separate methods for actual connection status and the internal
    ssl engine status and update methods that were previously using available()
    for this purpose
    
    Update examples to check available() when the intent is to only read the
    data and not interact with the client in any other way. Also, use connect()
    as a way to notify errors, no need to check things twice
    mcspr committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    724f1ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e8cbd2 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2022

  1. Configuration menu
    Copy the full SHA
    934ab80 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2022

  1. wip

    mcspr committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    3eb7ab1 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2022

  1. Configuration menu
    Copy the full SHA
    0be8943 View commit details
    Browse the repository at this point in the history
  2. restore available() for real

    mcspr committed Jul 2, 2022
    Configuration menu
    Copy the full SHA
    f65b157 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2022

  1. Configuration menu
    Copy the full SHA
    c541597 View commit details
    Browse the repository at this point in the history
  2. direct call

    mcspr committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    f5e6534 View commit details
    Browse the repository at this point in the history
  3. oops

    mcspr committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    5454375 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2022

  1. Configuration menu
    Copy the full SHA
    3e5500d View commit details
    Browse the repository at this point in the history