mirror of
https://github.com/django/django.git
synced 2025-04-10 00:09:41 +00:00
Fixed #20187 -- Allowed repeated iteration of HttpResponse. All this became possible when support for old-style streaming responses was finally removed.