We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4aa98fe commit a3a7800Copy full SHA for a3a7800
src/header/name.rs
@@ -1359,7 +1359,7 @@ fn parse_hdr<'a>(
1359
// Precondition: The post-condition on to_lower!() ensures the first 15
1360
// bytes of b are intitialized so, in particular the first 7 are.
1361
if eq!(b == b'a' b'c' b'c' b'e' b'p' b't' b'-') { // accept-
1362
- // Precondition: The first 15 bytes of 5 are intitialized so the
+ // Precondition: The first 15 bytes of b are intitialized so the
1363
// first 8 starting at b[7] are.
1364
if eq!(b[7] == b'e' b'n' b'c' b'o' b'd' b'i' b'n' b'g') {
1365
return Ok(AcceptEncoding.into())
0 commit comments