This repository was archived by the owner on Mar 6, 2026. It is now read-only.
Commit 9485c59
committed
fix: use .read() instead of .content.read() in aiohttp transport
Using .read() is more robust when working with caching libraries like
aiohttp-client-cache, which may cause .content.read() to return empty
bytes on subsequent reads. .read() ensures the full body is returned.
Fixes #12481 parent 87e0959 commit 9485c59
0 file changed
0 commit comments