http-rs / http-types

Common types for HTTP operations
https://docs.rs/http-types
Apache License 2.0
200 stars 83 forks source link

Accept header sort does not use the correct default weight value #362

Closed Tpt closed 3 years ago

Tpt commented 3 years ago

RFC 7231 states that the default value for the weight is 1. However the accept sort method ranks the values without weights after the ones with a weight lower than 1, even if the should be sorted first.