Skip to content

Commit

Permalink
Make Nintendo happy.
Browse files Browse the repository at this point in the history
  • Loading branch information
darsvador committed Aug 17, 2022
1 parent 2d953a6 commit cad0e20
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 37 deletions.
72 changes: 36 additions & 36 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion src/proxy/http/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ impl HttpInbound {
in_counter_down: Option<&'static AtomicU64>,
relay_buffer_size: usize,
) -> Self {
let client = Client::builder().build(Connector::new(inner_map.clone(), router.clone()));
let client = Client::builder()
.http1_preserve_header_case(true)
.build(Connector::new(inner_map.clone(), router.clone()));
Self {
client,
router,
Expand Down

0 comments on commit cad0e20

Please sign in to comment.