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