mirror of
https://github.com/versity/versitygw.git
synced 2026-07-31 04:23:06 +00:00
test: add skips check YML, remove old skips, add new issues
This commit is contained in:
@@ -245,7 +245,7 @@ func (s *S3Command) addHeaderValues() error {
|
||||
}
|
||||
sort.Slice(s.headerValues,
|
||||
func(i, j int) bool {
|
||||
return s.headerValues[i][0] < s.headerValues[j][0]
|
||||
return strings.ToLower(s.headerValues[i][0]) < strings.ToLower(s.headerValues[j][0])
|
||||
})
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user