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
The client-side code contains a HelloRequest handshake state the purpose of which isn't clear. Currently, it performs some initialization and then skips to the ClientHello writing state. It seems that this state should be removed and the initialization code-paths in question moved to the handshake initialization.
The client-side code contains a
HelloRequest
handshake state the purpose of which isn't clear. Currently, it performs some initialization and then skips to the ClientHello writing state. It seems that this state should be removed and the initialization code-paths in question moved to the handshake initialization.Related to #207 by @lhuang04
The text was updated successfully, but these errors were encountered: