YueGuobin e659b64bf0
Add async_iterable_to_stream utility to avoid aiohttp compatibility issues
Create async_iterable_to_stream() in gns3server.utils.asyncio that
converts an async iterable to an aiohttp StreamReader via a background
feeder task. This bypasses aiohttp's AsyncIterablePayload which can
cause 'Connection reset by peer' with certain HTTP servers.

Use it in _run_http_query for the __aiter__ data path.
2026-06-09 23:55:59 +08:00
..
2024-11-18 11:46:42 +10:00
2023-01-05 12:38:00 +08:00
2026-03-05 12:38:28 +08:00
2024-04-23 16:52:28 +07:00