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 clear authentication options on a ::stop #5386

Merged
merged 2 commits into from
Nov 29, 2018

Conversation

earlephilhower
Copy link
Collaborator

Many objects now expect a WiFiClient* object to be passed to them and
potentially re-used multiple times (HTTPClient, others). Clearing the
authentication options on a ::stop means they can never reconnect.

Remove the option clearing in ::stop

Fixes #5379

Many objects now expect a WiFiClient* object to be passed to them and
potentially re-used multiple times (HTTPClient, others).  Clearing the
authentication options on a ::stop means they can never reconnect.

Remove the option clearing in ::stop

Fixes esp8266#5379
@earlephilhower earlephilhower added this to the 2.5.0 milestone Nov 29, 2018
@earlephilhower earlephilhower merged commit e7d3cf6 into esp8266:master Nov 29, 2018
@earlephilhower earlephilhower deleted the bsslnoclearonstop branch November 18, 2020 00:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant