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
SniReaderStream.cs: return 0 when asked to retrieve 0 bytes. This seems to fix a buggy interaction between SslStream (which asks for 0 bytes) and NetworkStream (which seems to sometimes hang and then timeout when you do that).
0 commit comments