quinn
quinn copied to clipboard
During a client connect handshake, wait for Frame::HandshakeDone before considering the connection established
As it stands today, a quinn client will consider itself established/connected prior to receving the HandshakeDone frame.
If a connection fails because the server rejects the client (such as a tls certificate issue, or some other reason), the client will have already resolved the connecting.await? into a valid Connection.