You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reuse a single WebClient instance in HttpBuildCacheProvider
A new WebClient was being constructed on every call to
_makeHttpCoreRequestAsync. Since the provider never configures any
WebClient instance state, a single class member suffices.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments