-
Notifications
You must be signed in to change notification settings - Fork 3k
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
TLSSocket: Remove deprecated connect #12543
Conversation
@kivaisan, thank you for your changes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This currently conflicts with #12487, which gives this line an override
. That would have caused a compilation error diagnosing the mistake, but I didn't see it because it's inside an #ifdef
.
I'll rebase that PR on top of this one.
CI started |
Test run: FAILEDSummary: 1 of 7 test jobs failed Failed test jobs:
|
This PR cannot be merged due to conflicts. Please rebase to resolve them. |
String based connect has been removed but was still defined in TLSSocket header for offloaded variant. This is a regression fix for 458957d
Kevin's PR got merged first, so I rebased this with latest master. |
CI restarted |
Test run: SUCCESSSummary: 7 of 7 test jobs passed |
Summary of changes
String based connect has been removed but was still defined in TLSSocket header for offloaded variant.
This is a regression fix for 458957d
Impact of changes
Migration actions required
Documentation
Pull request type
Test results
Reviewers
@ARMmbed/mbed-os-wan