Skip to content

Conversation

@anujc25
Copy link
Contributor

@anujc25 anujc25 commented Nov 30, 2025

Description of the Change

Replace manual http.Transport creation with cloning DefaultTransport to preserve default transport settings while configuring TLS.

Why Is This PR Valuable?

When running the tests against an environment which is behind proxy and running tests by setting https_proxy env the existing test does not respect the proxy configuration mainly because it create a separate transport object instead of cloning from the DefaultTransport.

This PR solve that issue.

Applicable Issues

#3653

How Urgent Is The Change?

Not urgent

Other Relevant Parties

N/A

Replace manual http.Transport creation with cloning DefaultTransport
to preserve default transport settings while configuring TLS.
@anujc25 anujc25 force-pushed the default-transport-fix-it branch 2 times, most recently from 344d92b to d87720c Compare November 30, 2025 18:56
@anujc25 anujc25 changed the title [v8] Integreation test improvement: Use http.DefaultTransport.Clone() in UAA version check [v8] IT improvement: Use http.DefaultTransport.Clone() in UAA version check Dec 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant