Skip to content

Commit

Permalink
refactor: Update reverse_proxy.yaml with new upstream locations
Browse files Browse the repository at this point in the history
  • Loading branch information
arloor committed Sep 19, 2024
1 parent 1f492a6 commit cfeb6d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust_http_proxy/src/proxy.rs
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ fn build_upstream_req(
path_and_query
);

let mut builder = Request::builder().method(method).uri(url.clone()).version(
let mut builder = Request::builder().method(method).uri(url).version(
if !location_config
.upstream
.scheme_and_authority
Expand Down

0 comments on commit cfeb6d1

Please sign in to comment.