mnot / I-D

My Internet-Drafts
https://mnot.github.io/I-D/
Other
98 stars 38 forks source link

draft-nottingham-http-availability-hints: Handle duplicate cookies in Cookie-Indices. #348

Closed jeremyroman closed 3 months ago

jeremyroman commented 3 months ago

It is possible for multiple cookies with the same name to be presented (e.g., cookies with the same name but a different Path attribute). In this case, compare sorted lists of the values.

Fixes #347.