-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
"application data after close notify on" 4.0.0a1 #4526
Copy link
Copy link
Closed
Description
See: #3477
I'm experiencing this issue on the 4.0.0a1 release.
It can be reproduced with this script (Thanks @Cadair):
import asyncio
import aiohttp
print(aiohttp.__version__)
url = "https://github.com/sunpy/sample-data/blob/master/sunpy/v1/AIA20110607_063303_0335_lowres.fits?raw=true"
async def run_example():
async with aiohttp.ClientSession() as session:
async with session.get(url) as resp:
print(resp)
asyncio.run(run_example())Python version: 3.7.3, on Linux (WSL).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels