-
-
Notifications
You must be signed in to change notification settings - Fork 410
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add test for retry token expiration #2118
Comments
Hi @gretchenfrage, could I take a look at this issue and start working on it? I plan to write a test to cover the following branch by using quinn/quinn-proto/src/token.rs Line 60 in f5b1ec7
|
Go ahead! In a PR I have in-progress, #1912, I create a |
Thank you for the information! |
@yohachiSuga #1912 has just been merged :) |
Now that #2089 is merged, we should add a test for Retry token expiration. One could start by modifying this test:
quinn/quinn-proto/src/tests/mod.rs
Line 186 in bfbeecd
The text was updated successfully, but these errors were encountered: