We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
bug report
When the path does not exist, it is delayed twice the time:
./blade c servlet delay --time 3000 --requestpath-regex-pattern '^(?!.*healthCheck).+$' --pid 1 curl http://127.0.0.1:8080/http/get delay:3s. curl http://127.0.0.1:8080/http/get_not_exist delay:6s
delay 3s or no delay
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Issue Description
bug report
Describe what happened (or what feature you want)
When the path does not exist, it is delayed twice the time:
./blade c servlet delay --time 3000 --requestpath-regex-pattern '^(?!.*healthCheck).+$' --pid 1
curl http://127.0.0.1:8080/http/get delay:3s.
curl http://127.0.0.1:8080/http/get_not_exist delay:6s
Describe what you expected to happen
delay 3s or no delay
The text was updated successfully, but these errors were encountered: