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 Endpoint::connect method returns Connection, skipping the Connecting struct. However without Connecting you can not use 0-RTT data. We should allow 0-RTT data from the client.
On the Endpoint::accept path, we do use Connecting so 0.5-RTT can be used already.