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
File tree
0 file changed
+0
-0
lines changed0 file changed
+0
-0
lines changed
0 commit comments