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

feat: prevent multiple route executions per request #568

Merged
merged 2 commits into from
Jul 21, 2020
Merged

feat: prevent multiple route executions per request #568

merged 2 commits into from
Jul 21, 2020

Conversation

ArthurMelin
Copy link
Contributor

@ArthurMelin ArthurMelin commented May 29, 2020

This fix prevents a single request from resulting in multiple route executions by adding a guard.
This is also required for my other PR #536.

fixes: #547, fixes #491, and more similar issues

@jotamorais jotamorais changed the base branch from master to next May 29, 2020 18:42
@jotamorais jotamorais added this to the 0.9.x release milestone May 29, 2020
@jotamorais jotamorais self-assigned this May 29, 2020
@jotamorais jotamorais linked an issue May 29, 2020 that may be closed by this pull request
@jotamorais jotamorais merged commit c7525ff into typestack:next Jul 21, 2020
@NoNameProvided NoNameProvided changed the title Prevent multiple route executions per request feat: prevent multiple route executions per request Aug 9, 2020
@ArthurMelin ArthurMelin deleted the fix-double-exec branch September 9, 2020 14:26
@github-actions
Copy link

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 11, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
3 participants