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
[perf] Reduce allocations on some transport paths (#5865)
* Cache RequestData.Uri once created
Lazily caches the Uri on RequestData since this property is accessed at least three times and each time was allocating a new Uri. This saves 192 bytes per request.
* Ensure we reset the Uri if the Node changes
0 commit comments