<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<p>Everytime I enable this:</p>
<blockquote>
<p>acl fullDLext urlpath_regex -i
\.(exe|ms[iup]|cab|bin|zip|mar|pdf|appx(bundle)?|esd|lzma2)\??$<br>
range_offset_limit -1 fullDLext<br>
quick_abort_min 0 KB<br>
quick_abort_max 0 KB<br>
quick_abort_pct 95<br>
</p>
</blockquote>
Our link is fully utilized for a whole day if at least 2 users tries
to get the same file with range (206) requests (Windows Update does
this)<br>
Rockstore with SMP and 3.5.27<br>
<br>
The file will be simultaneously downloaded from the beginning by
each of workers that got the request, and in the end it won't be
cached, giving a SWAPFAIL_MISS message.. This easily TOPS our link
for a whole day (maybe till the users turn their computers off..?)<br>
<br>
It's a known bug, as I filled a bug report years ago.. it was never
fixed... <br>
<br>
<br>
<pre class="moz-signature" cols="72">--
Atenciosamente / Best Regards,
Heiler Bemerguy
Network Manager - CINBESA
55 91 98151-4894/3184-1751</pre>
<br>
<br>
<div class="moz-cite-prefix">Em 17/01/2018 12:36, Alex Rousskov
escreveu:<br>
</div>
<blockquote type="cite"
cite="mid:93fb484b-a96c-b1c6-e11c-563ff7c26115@measurement-factory.com">
<pre wrap="">On 01/17/2018 05:47 AM, joseph wrote:
</pre>
<blockquote type="cite">
<pre wrap="">Amos Jeffries wrote
</pre>
<blockquote type="cite">
<pre wrap="">"range_offset_limit N" only affects the initial starting point for a
transaction. If a client wants to start reading a range somewhere in the
first N bytes Squid will request the full file in order to cache it for
future requests. Otherwise only the range the client wants will be
requested - and cannot (yet) be cached.
</pre>
</blockquote>
</blockquote>
<pre wrap="">
</pre>
<blockquote type="cite">
<pre wrap="">meaning it will continue dose not restart
</pre>
</blockquote>
<pre wrap="">
You have misinterpreted Amos's response: Whether Squid continues after
the client disappears depends on quick_abort_* settings, not
range_offset_limit settings.
HTH,
Alex.
_______________________________________________
squid-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:squid-users@lists.squid-cache.org">squid-users@lists.squid-cache.org</a>
<a class="moz-txt-link-freetext" href="http://lists.squid-cache.org/listinfo/squid-users">http://lists.squid-cache.org/listinfo/squid-users</a>
</pre>
</blockquote>
<br>
</body>
</html>