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

Wildcard Path doesn't affected by Delay feature #85

Open
ex-preman opened this issue Nov 23, 2020 · 2 comments
Open

Wildcard Path doesn't affected by Delay feature #85

ex-preman opened this issue Nov 23, 2020 · 2 comments
Labels
good first issue Good for newcomers

Comments

@ex-preman
Copy link

What you did:

Create a route:
/orders/*
then set the delay to 2000ms.

What happened:

route not delayed when hit with another param beside *
/orders/1 not delayed
image

/orders/900 not delayed
/orders/* delayed
image

Problem description:

Need to handle delay feature for wildcard path.

Suggested solution:

don't have a suggestion. but please fix it. 🥂

@boyney123
Copy link
Owner

Hey @ex-preman

Thanks for raising the issue, I don't really have any spare time at the moment, to fix this, but if you want to raise a MR I'm more than happy to review it and help get it in.

@boyney123 boyney123 added the good first issue Good for newcomers label Nov 24, 2020
@dimre01
Copy link

dimre01 commented Jan 15, 2021

@boyney123, @ex-preman I can take a look at this and submit and MR sometime within the next week or so.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants