Skip to content

Commit

Permalink
chore: remove Accept-Ranges header, not necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
rvagg committed Sep 1, 2023
1 parent 7c876ad commit cd7f16c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion http/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ const (
FormatParameterCar = "car" // The only valid format parameter value
FilenameExtCar = ".car" // The only valid filename extension
DefaultIncludeDupes = true // The default value for an unspecified "dups" parameter. See https://github.com/ipfs/specs/pull/412.
ResponseAcceptRangesHeader = "bytes" // The only valid value for the Accept-Ranges header
ResponseCacheControlHeader = "public, max-age=29030400, immutable" // Magic cache control values
)

Expand Down

0 comments on commit cd7f16c

Please sign in to comment.