fix rate-limit on query fuzzing (#3458) (#3532)

dev
Ramana Reddy 2023-04-12 23:55:21 +05:30 committed by GitHub
parent 7029741338
commit 6ffdfcf19c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -239,7 +239,7 @@ func (request *Request) executeFuzzingRule(input *contextargs.Context, previous
if request.options.HostErrorsCache != nil && request.options.HostErrorsCache.Check(input.MetaInput.Input) {
return false
}
request.options.RateLimiter.Take()
req := &generatedRequest{
request: gr.Request,
dynamicValues: gr.DynamicValues,