You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A client MUST NOT generate an If-Range header field containing an entity tag that is marked as weak.
Welp, that's an unfortunate oversight. We can include adjustments in the next breaking change (which are not as catastrophic, since the trait is separate from the impls.) Would do well to design what the changes are here.
a weak entity tag must not be used with If-Range, but there is no easy way to check if an
ETag
is weak.additionally,
IfRange::etag
is infallible, which means it is very easy to create an incorrect implementation.The text was updated successfully, but these errors were encountered: