Skip to content
Snippets Groups Projects
Commit 7663bb9f authored by Shiwei Zhang's avatar Shiwei Zhang
Browse files

No gzip check on fetching signed payload

parent cddab096
No related branches found
No related tags found
No related merge requests found
......@@ -195,7 +195,7 @@ func (v *V001Entry) FetchExternalEntities(ctx context.Context) error {
defer hashW.Close()
defer sigW.Close()
dataReadCloser, err := util.FileOrURLReadCloser(ctx, v.RekordObj.Data.URL.String(), v.RekordObj.Data.Content, true)
dataReadCloser, err := util.FileOrURLReadCloser(ctx, v.RekordObj.Data.URL.String(), v.RekordObj.Data.Content, false)
if err != nil {
return closePipesOnError(err)
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment