Fix target loading with input-mode (#5369)

This commit is contained in:
Ramana Reddy 2024-07-08 16:21:11 +05:30 committed by GitHub
parent 42bb6d705f
commit 5cb32a4310
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -68,6 +68,7 @@ func (i *HttpInputProvider) Iterate(callback func(value *contextargs.MetaInput)
err := i.format.Parse(i.inputFile, func(request *types.RequestResponse) bool {
return callback(&contextargs.MetaInput{
ReqResp: request,
Input: request.URL.String(),
})
})
if err != nil {