Skip to content

Commit

Permalink
fix(http1): fix preserving header case without enabling ffi (#2820)
Browse files Browse the repository at this point in the history
The previous commit broke this, but it wasn't released, so released versions will never notice the breakage.
  • Loading branch information
nox committed Apr 26, 2022
1 parent 89598df commit 6a35c17
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/client/conn.rs
Expand Up @@ -967,7 +967,6 @@ impl Builder {
if opts.h1_title_case_headers {
conn.set_title_case_headers();
}
#[cfg(feature = "ffi")]
if opts.h1_preserve_header_case {
conn.set_preserve_header_case();
}
Expand Down

0 comments on commit 6a35c17

Please sign in to comment.