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
client: only try to create wrapper SSL stream if base_stream is valid.
This fixes a bug where the method guards would protect against the
creation of the wrapper stream. It can be verified with:
./example-client 'mongodb://invalid-hostname/?ssl=true'
0 commit comments