Spaces:
Running
Running
Commit
·
65976ca
1
Parent(s):
c7b2f25
Update main.py
Browse files
main.py
CHANGED
@@ -60,7 +60,7 @@ def proxy(url):
|
|
60 |
|
61 |
content_type = req.headers['content-type']
|
62 |
|
63 |
-
return Response(req.iter_content(chunk_size=
|
64 |
|
65 |
except:
|
66 |
print(f'Redirecting')
|
|
|
60 |
|
61 |
content_type = req.headers['content-type']
|
62 |
|
63 |
+
return Response(req.iter_content(chunk_size=512), content_type=content_type)
|
64 |
|
65 |
except:
|
66 |
print(f'Redirecting')
|