Skip to content

Commit 7219538

Browse files
committed
add feedback from review
1 parent 43c036d commit 7219538

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/media_type_proposal.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ impl DerefMut for MediaTypeProposal {
101101
}
102102
}
103103

104-
// NOTE: Firefox populates Accept-Accept as `gzip, deflate, br`. This means
104+
// NOTE: For Accept-Encoding Firefox sends the values: `gzip, deflate, br`. This means
105105
// when parsing media_types we should choose the last value in the list under
106106
// equal weights. This impl doesn't know which value was passed later, so that
107107
// behavior needs to be handled separately.

0 commit comments

Comments
 (0)