Skip to content

fix: fix route handler #986

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 1 commit into from
Nov 11, 2021
Merged

fix: fix route handler #986

merged 1 commit into from
Nov 11, 2021

Conversation

kumaraditya303
Copy link
Contributor

No description provided.

@@ -212,7 +212,7 @@ def __init__(
):
self.matcher = matcher
self.handler = handler
self._times = times if times else 2 ** 32
self._times = times if times else math.inf
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Biggest number should be infinite not 2 ** 32

@kumaraditya303 kumaraditya303 changed the title chore: roll to 1.17.0-next-1635331197000 chore: roll to 1.17.0-next-1635196647000 Oct 28, 2021
@kumaraditya303 kumaraditya303 changed the title chore: roll to 1.17.0-next-1635196647000 fix: fix route handler Nov 5, 2021
@mxschmitt mxschmitt merged commit 6e55a83 into microsoft:master Nov 11, 2021
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.

3 participants