diff --git a/vendor/github.com/projectdiscovery/nuclei/v2/pkg/protocols/http/request.go b/vendor/github.com/projectdiscovery/nuclei/v2/pkg/protocols/http/request.go index 2f2006ba0..5d981d1de 100644 --- a/vendor/github.com/projectdiscovery/nuclei/v2/pkg/protocols/http/request.go +++ b/vendor/github.com/projectdiscovery/nuclei/v2/pkg/protocols/http/request.go @@ -589,7 +589,6 @@ func (request *Request) executeRequest(reqURL string, generatedRequest *generate for k, v := range outputEvent { finalEvent[k] = v } - someMapMutex.Unlock() // Add to history the current request number metadata if asked by the user. if request.ReqCondition {