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
Include RenegotiationInfo in ServerHello
Before if clients sent a ClientHello with RenegotiationInfo we would
just ignore. Now we properly respond that we don't support.
Relates to pion#314
Fix flight1 handshakeRecvSequence handling
Only update handshakeRecvSequence when the flight successfully
completes. Before we would prematurely increment putting us in
a state where it would never complete.
Resolvespion#263pion#262