mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-18 04:35:24 +00:00
retain required empty spaces
This commit is contained in:
parent
1f538bcac6
commit
8304462420
@ -78,7 +78,7 @@ func (j *YamlMultiDocFormat) Parse(input io.Reader, resultsCb formats.ParseReqRe
|
||||
return errors.Wrap(err, "could not decode yaml file")
|
||||
}
|
||||
|
||||
raw := strings.TrimSpace(request.Request.Raw)
|
||||
raw := request.Request.Raw
|
||||
if raw == "" {
|
||||
continue
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user