TachibanaGeneralLaboratories / download-navi

Free and Open Source software download manager
GNU General Public License v3.0
812 stars 86 forks source link

Not getting the file size #194

Closed ghost closed 2 years ago

ghost commented 2 years ago

https://f-droid.org/repo/me.austinhuang.instagrabber_65_src.tar.gz

Download navi

dn

LoaderDroid

ld

proninyaroslav commented 2 years ago

Well, as it turns out OkHttp removes the Content-Length header in the response if it's doing transparent gzip. The solution is to specify Accept-Encoding: identity in the request header.