django-request-viewer icon indicating copy to clipboard operation
django-request-viewer copied to clipboard

Fix StreamingHttpResponse issue

Open mohamed-challal opened this issue 11 months ago • 0 comments

The viewer was trying to systematically access the content of the response and this was raising an issue when the response is a streaming http response.

Error Message:

AttributeError: This StreamingHttpResponse instance has no content attribute. Use streaming_content instead.

mohamed-challal avatar Mar 16 '24 18:03 mohamed-challal