We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c939c85 commit 1b2c984Copy full SHA for 1b2c984
src/transfer/te.rs
@@ -33,7 +33,7 @@ use std::slice;
33
/// let encoding = te.negotiate(&[Encoding::Brotli, Encoding::Gzip])?;
34
/// encoding.apply(&mut res);
35
///
36
-/// assert_eq!(res["Content-Encoding"], "br");
+/// assert_eq!(res["Transfer-Encoding"], "br");
37
/// #
38
/// # Ok(()) }
39
/// ```
0 commit comments