Skip to content

Commit 9485c59

Browse files
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 #1248
1 parent 87e0959 commit 9485c59

File tree

0 file changed

+0
-0
lines changed

    0 file changed

    +0
    -0
    lines changed

    0 commit comments

    Comments
     (0)