Files
lasuite-docs/src/backend/core/tests
Manuel RaynaudandGitHub 26670eb588 🐛(backend) stream document content with an async iterator under ASGI
When docs is ran using an ASGI server, the django StreamingHttpResponse
expect to consume an async generator. If a sync generator is used, it
fully consumes it and then return all the content and we loose the
benefits of using a StreamingHttpResponse.
2026-06-04 15:43:41 +00:00
..
2026-03-17 17:32:03 +01:00
2026-03-18 16:06:29 +01:00
2026-03-18 16:06:29 +01:00
2026-05-07 11:45:57 +02:00