quiche
quiche copied to clipboard
Keep initial state and send identical ClientHello after receiving a RETRY
This PR tries to fix the problem of sending different ClientHello messages upon receiving a RETRY, which is mentioned in this issue. Now the client will search crypto data from sent packets and retransmit them, instead of dropping initial states. An assertion of comparing crypto data is also added to the retry testcase.