-
Notifications
You must be signed in to change notification settings - Fork 4
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
Additional updates to ProClient #1167
Conversation
} | ||
} | ||
return cleaned | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just consolidating these changes below
internalsdk/auth/auth.go
Outdated
// The default http.RoundTripper is ChainedNonPersistent which proxies requests through chained servers | ||
// and does not use keep alive connections. Since no root CA is specified, we do not need to check for an error. | ||
// Temporarily disable use of ChainedNonPersistent | ||
// rt, _ := proxied.ChainedNonPersistent("") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can continue using a proxied.ParallelForIdempotent http.RoundTripper for the auth API. I tested it works fine, but I'm leaving the comment here in case we need to re-enable it.
No description provided.