Skip to content
This repository was archived by the owner on Mar 6, 2026. It is now read-only.

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

0 file changed

File tree

    0 commit comments

    Comments
     (0)