Back to Aiohttp

9254.Breaking

CHANGES/9254.breaking.rst

4.0.0a1202 B
Original Source

Stopped allowing use of ClientResponse.text()/ClientResponse.json() after leaving async with context. This now matches the behaviour of ClientResponse.read() -- by :user:Dreamsorcerer.