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 25, 2019
1 parent 7ce0541 commit a600ed2
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 a600ed2

Please sign in to comment.