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
Right now application/json is not one of the content types that should NOT be streamed. Because of this if you are sending a relatively big json you will not be able to utilize django's cache middleware because the response is a streaming response. It would be nice if in the view itself we can disable streaming. Thank you.
The text was updated successfully, but these errors were encountered:
Thanks for this wonderful library first of all 🙇
Right now
application/json
is not one of the content types that should NOT be streamed. Because of this if you are sending a relatively big json you will not be able to utilize django's cache middleware because the response is a streaming response. It would be nice if in the view itself we can disable streaming. Thank you.The text was updated successfully, but these errors were encountered: