gofile
gofile copied to clipboard
Transparent response compression how to ?
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?