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
Is it possible to implement a way to get the content-length of a file without first downloading the whole file. Currently we tried to get the content-length by using requests.head but it seems this returns 0 in our setup. (nginx+gunicorn)
The text was updated successfully, but these errors were encountered:
Is it possible to implement a way to get the content-length of a file without first downloading the whole file. Currently we tried to get the content-length by using requests.head but it seems this returns 0 in our setup. (nginx+gunicorn)
The text was updated successfully, but these errors were encountered: