You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How about making this user configurable and add the option not to use StreamingHTTPResponse at all?
I'd put together a PR for that in case you support the idea.
The text was updated successfully, but these errors were encountered:
Hi, I was wondering if you had a special reason to hardcode a very low threshold for returning a
StreamingHTTPResponse
instead ofHTTPResponse
.To my understanding, the Django docs generally discourage the use of
StreamingHTTPResponse
:https://docs.djangoproject.com/en/2.0/ref/request-response/#streaminghttpresponse-objects
How about making this user configurable and add the option not to use
StreamingHTTPResponse
at all?I'd put together a PR for that in case you support the idea.
The text was updated successfully, but these errors were encountered: