Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🐛 Support async and sync servers in DocumentCollectionZipDownloadView
A StreamingHttpResponse for ASGI needs an async iterator, else it will buffer everything in memory. Same with WSGI and sync iterators. This adds a StreamingHttpResponse interface that supports both
- Loading branch information