Skip to content
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

Fix frequent hash collisions when disambiguating router match graph #2565

Merged
merged 2 commits into from Jul 1, 2021

Conversation

s-ludwig
Copy link
Member

@s-ludwig s-ludwig commented May 21, 2021

Uses MD5 as a sufficiently collision robust replacement for the simple 32/64-bit hash used before.

Fixes #2561

@s-ludwig s-ludwig added the WIP label May 21, 2021
@s-ludwig s-ludwig force-pushed the issue_2561_fix_missing_router_routes branch from a230acb to d21540e Compare July 1, 2021 12:39
@s-ludwig s-ludwig removed the WIP label Jul 1, 2021
@l-kramer l-kramer merged commit ef28a3a into master Jul 1, 2021
@s-ludwig s-ludwig deleted the issue_2561_fix_missing_router_routes branch July 1, 2021 20:12
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.

[Critical] URLRouter miss endpoints
2 participants