[go: nahoru, domu]

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 state lifetime #282

Merged
merged 3 commits into from
Aug 15, 2023
Merged

fix state lifetime #282

merged 3 commits into from
Aug 15, 2023

Conversation

marty1885
Copy link
Collaborator

No description provided.

@marty1885 marty1885 requested a review from an-tao August 14, 2023 13:28
@marty1885 marty1885 marked this pull request as ready for review August 14, 2023 13:28
@@ -788,6 +786,8 @@ struct OpenSSLProvider : public TLSProvider, public NonCopyable
SSL *ssl_;
BIO *rbio_;
BIO *wbio_;
bool processedHandshakeError_ = false;
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I prefer to use {} in initialized statements.

@an-tao an-tao merged commit f9de1dd into master Aug 15, 2023
5 checks passed
@an-tao an-tao deleted the fix-ssl-error-handling branch August 15, 2023 14:13
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.

None yet

2 participants