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
bug #62652 [HttpClient] CachingHttpClient must run after UriTemplate and Scoping (Lctrs)
This PR was merged into the 7.4 branch.
Discussion
----------
[HttpClient] CachingHttpClient must run after UriTemplate and Scoping
| Q | A
| ------------- | ---
| Branch? |7.4
| Bug fix? | yes
| New feature? | no <!-- if yes, also update src/**/CHANGELOG.md -->
| Deprecations? | no <!-- if yes, also update UPGRADE-*.md and src/**/CHANGELOG.md -->
| Issues | Fix #62590 <!-- prefix each issue number with "Fix #"; no need to create an issue if none exists, explain below -->
| License | MIT
CachingHttpClient needs the final resolved URL (base_uri from ScopingHttpClient + expanded URI templates) to compute correct cache keys.
Commits
-------
4bb94a7c521 [HttpClient] CachingHttpClient must run after UriTemplate and Scoping
0 commit comments