Alekky09

Results 2 comments of Alekky09

I ran into the same issue, think this should be a workaround: ``` async def main(url, n): async with aiohttp.ClientSession() as session: async with session.get(url) as response: html = bytes()...

@bdraco I've just tried both True/False, looks like it doesn't make any difference - same outcome True: ``` http://cornelius-k.dk/synspr%C3%B8ve ((b'Server', b'nginx'), (b'Date', b'Thu, 28 Nov 2024 11:22:18 GMT'), (b'Content-Length', b'0'),...