Skip to content

New client-side retry design #59

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

Merged
merged 4 commits into from
Jan 19, 2024
Merged

New client-side retry design #59

merged 4 commits into from
Jan 19, 2024

Conversation

mempirate
Copy link
Contributor

@mempirate mempirate commented Jan 19, 2024

Implements connection retries at the socket level, making it easier to do authentication & re-authentication.

This will however break retries for ReqSocket, which should be dealt with in a follow-up PR. The main change would be to move connection establishment inside of the driver instead of the socket handle and follow the same pattern as in SubSocket.

Closes #51
Closes #52

Copy link
Contributor Author

mempirate commented Jan 19, 2024

Current dependencies on/for this PR:

This stack of pull requests is managed by Graphite.

Copy link
Contributor

@merklefruit merklefruit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Beautiful!

Copy link
Contributor Author

mempirate commented Jan 19, 2024

Merge activity

@mempirate mempirate merged commit a79810c into main Jan 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support authentication for QUIC transport Redesign client-side authentication flow + retry logic
2 participants