Changes between Version 2 and Version 3 of Ticket #34428


Ignore:
Timestamp:
Mar 21, 2023, 11:25:37 AM (14 months ago)
Author:
Carlton Gibson
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #34428 – Description

    v2 v3  
    11#33735 added async support to `StreamingHttpResponse` for Django 4.2.
    22
    3 With Django 4.2rc1 and Daphne, `StreamingHttpResponse` raises a warning about the incorrect iterator type being used:
     3With Django 4.2rc1 and Daphne, `ASGIStaticFilesHandler ` raises a warning about the incorrect iterator type being used:
    44
    55> http/response.py:534: Warning: StreamingHttpResponse must consume synchronous iterators in order to serve them asynchronously. Use an asynchronous iterator instead.
Back to Top