Skip to content

Commit 6a35c17

Browse files
authored
fix(http1): fix preserving header case without enabling ffi (#2820)
The previous commit broke this, but it wasn't released, so released versions will never notice the breakage.
1 parent 89598df commit 6a35c17

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/client/conn.rs

-1
Original file line numberDiff line numberDiff line change
@@ -967,7 +967,6 @@ impl Builder {
967967
if opts.h1_title_case_headers {
968968
conn.set_title_case_headers();
969969
}
970-
#[cfg(feature = "ffi")]
971970
if opts.h1_preserve_header_case {
972971
conn.set_preserve_header_case();
973972
}

0 commit comments

Comments
 (0)