Skip to content

Commit

Permalink
Modified storing of response chains, because it was not correct
Browse files Browse the repository at this point in the history
  • Loading branch information
skraxberger committed Aug 30, 2023
1 parent 9f6c9d0 commit 2ad958c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion runner/runner.go
Original file line number Diff line number Diff line change
Expand Up @@ -1795,7 +1795,6 @@ retry:
}
data := append([]byte(fullURL), append([]byte("\n\n"), reqRaw...)...)
if scanopts.StoreChain && resp.HasChain() {
resp.GetChain()
data = append(data, append([]byte("\n"), []byte(resp.GetChain())...)...)
}
data = append(data, append([]byte("\n"), respRaw...)...)
Expand Down

0 comments on commit 2ad958c

Please sign in to comment.