gofile icon indicating copy to clipboard operation
gofile copied to clipboard

Transparent response compression how to ?

Open Rand01ph opened this issue 6 years ago • 0 comments

maybe HTTP header["Accept-Encoding"] is nil && HTTP header["Range"] is nil, set HTTP header "Accept-Encoding" to "gzip" ? but gofile is a server, if client can't accept gzip trans, how can unzip the http response?

Rand01ph avatar Dec 18 '18 09:12 Rand01ph