Discussion:
[squid-users] *.dl.delivery.mp.microsoft.com/filestreamingservice
Heiler Bemerguy
2018-08-01 14:52:53 UTC
Permalink
_______________________________________________
squid-users mailing list
squid-***@lists.squid-cache.org
http://lists.squid-cache.org/listinfo/squid-users
joseph
2018-08-01 17:32:21 UTC
Permalink
yes but its expensive since squid dose not have partial caching
acl force_full_download url_regex \.esd \.exe \.psf \.cab \.ipa \.zip \.pkg
\.msp
range_offset_limit -1 force_full_download
quick_abort_min -1 force_full_download
quick_abort_max 0 KB
quick_abort_pct 100



-----
**************************
***** Crash to the future ****
**************************
--
Sent from: http://squid-web-proxy-cache.1019090.n4.nabble.com/Squid-Users-f1019091.html
Heiler Bemerguy
2018-08-02 15:50:26 UTC
Permalink
Post by joseph
yes but its expensive since squid dose not have partial caching
acl force_full_download url_regex \.esd \.exe \.psf \.cab \.ipa \.zip \.pkg
\.msp
range_offset_limit -1 force_full_download
quick_abort_min -1 force_full_download
quick_abort_max 0 KB
quick_abort_pct 100
Last time I tried to force full downloads, it only used more bandwidth
and the files were NOT saved. I have an old bug report still open about
that.

It seems Rock Store won't EVER save an object if two users are
downloading it simultaneously...

Thanks anyway,
Heiler
Amos Jeffries
2018-08-02 16:05:18 UTC
Permalink
Post by Heiler Bemerguy
Post by joseph
yes but its expensive since squid dose not have partial caching
acl force_full_download url_regex \.esd \.exe \.psf \.cab \.ipa \.zip \.pkg
\.msp
urlpath_regex would be better, and maybe adding the (\?.*)?$ to ensure
the extension is a filename and not query parameter (unless you see a
lot of filenames in the query part). The above catches many domain names
and forces full download on all objects they contain.
Post by Heiler Bemerguy
Post by joseph
range_offset_limit -1  force_full_download
quick_abort_min -1 force_full_download
quick_abort_max 0 KB
quick_abort_pct 100
Last time I tried to force full downloads, it only used more bandwidth
and the files were NOT saved. I have an old bug report still open about
that.
It seems Rock Store won't EVER save an object if two users are
downloading it simultaneously...
Things on that front have changed in the latest few releases. It may be
time to re-test with Squid-4 and update the bug reports on it.

Amos

Loading...