quinn icon indicating copy to clipboard operation
quinn copied to clipboard

During a client connect handshake, wait for Frame::HandshakeDone before considering the connection established

Open billylindeman opened this issue 1 year ago • 7 comments

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.

billylindeman avatar Jun 06 '24 14:06 billylindeman