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