"application data after close notify on" 4.0.0a1 #4526
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).
Metadata
Assignees
Labels
No labels