Skip to content
Snippets Groups Projects
Unverified Commit e9d7dffb authored by dlorenc's avatar dlorenc Committed by GitHub
Browse files

Merge pull request #209 from shizhMSFT/shizh/fix_gzip

No gzip check on fetching signed payload
parents cddab096 7663bb9f
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