You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix use after free in HTTPS listener on non-windows.
The boost examples for ssl::stream all use stack allocated contexts and
streams; considering that the ssl::context is noncopyable, it seems that
its lifetime must exceed any streams.
0 commit comments