Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release-2.1: ccl/storageccl: support HTTP_PROXY env vars #34535

Merged
merged 1 commit into from
Feb 4, 2019
Merged

release-2.1: ccl/storageccl: support HTTP_PROXY env vars #34535

merged 1 commit into from
Feb 4, 2019

Conversation

maddyblue
Copy link
Contributor

Backport 1/1 commits from #34067.

/cc @cockroachdb/release


HTTP and S3 storage both used a wrapped http.Client, but it didn't copy
and modify http.DefaultTransport, instead making one from scratch. This
meant that the normally supported settings like proxy and timeouts
were zero'd.

Fixes #32803

Release note (enterprise change): Support standard HTTP proxy environment
variables in HTTP and S3 storage.

HTTP and S3 storage both used a wrapped http.Client, but it didn't copy
and modify http.DefaultTransport, instead making one from scratch. This
meant that the normally supported settings like proxy and timeouts
were zero'd.

Fixes #32803

Release note (enterprise change): Support standard HTTP proxy environment
variables in HTTP and S3 storage.
@maddyblue maddyblue requested review from dt and a team February 4, 2019 16:43
@cockroach-teamcity
Copy link
Member

This change is Reviewable

@maddyblue maddyblue merged commit af891db into cockroachdb:release-2.1 Feb 4, 2019
@maddyblue maddyblue deleted the backport2.1-34067 branch February 4, 2019 23:39
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.

3 participants