Skip to content

Commit

Permalink
Update gateway/handler_car.go
Browse files Browse the repository at this point in the history
Co-authored-by: Henrique Dias <[email protected]>
  • Loading branch information
Jorropo and hacdias committed Oct 31, 2023
1 parent 40895aa commit 5ac5e33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gateway/handler_car.go
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ func getCarRootCidAndLastSegment(imPath path.ImmutablePath) (cid.Cid, string, er
func getCarEtag(imPath path.ImmutablePath, params CarParams, rootCid cid.Cid) string {
h := xxhash.New()
h.WriteString(imPath.String())
// be careful with hashes here, we need boundries and per entry salt, we don't want a request that has:
// be careful with hashes here, we need boundaries and per entry salt, we don't want a request that has:
// - scope = dfs
// and:
// - order = dfs
Expand Down

0 comments on commit 5ac5e33

Please sign in to comment.