Skip to content

Commit

Permalink
small change in returning a result
Browse files Browse the repository at this point in the history
  • Loading branch information
renderbox committed May 22, 2019
1 parent f393efa commit 7527d33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reacttools/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ def proxy(request, path):
)

else:
result = http.StreamingHttpResponse(
return http.StreamingHttpResponse(
streaming_content=response.iter_content(2 ** 12),
content_type=content_type,
status=response.status_code,
Expand Down

0 comments on commit 7527d33

Please sign in to comment.