We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00035ba commit 9fb7cd5Copy full SHA for 9fb7cd5
src/client/legacy/client.rs
@@ -909,12 +909,6 @@ fn absolute_form(uri: &mut Uri) {
909
uri.authority().is_some(),
910
"absolute_form needs an authority"
911
);
912
- // If the URI is to HTTPS, and the connector claimed to be a proxy,
913
- // then it *should* have tunneled, and so we don't want to send
914
- // absolute-form in that case.
915
- if uri.scheme() == Some(&Scheme::HTTPS) {
916
- origin_form(uri);
917
- }
918
}
919
920
fn authority_form(uri: &mut Uri) {
0 commit comments