mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-22 06:55:28 +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")
|
return errors.Wrap(err, "could not decode yaml file")
|
||||||
}
|
}
|
||||||
|
|
||||||
raw := strings.TrimSpace(request.Request.Raw)
|
raw := request.Request.Raw
|
||||||
if raw == "" {
|
if raw == "" {
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user