<div dir="ltr">Thanks Amos. We're using the CONNECT ACL and everything is working as expected. </div><div class="gmail_extra"><br><div class="gmail_quote">On 29 April 2015 at 20:28, Amos Jeffries <span dir="ltr"><<a href="mailto:squid3@treenet.co.nz" target="_blank">squid3@treenet.co.nz</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 29/04/2015 5:44 p.m., dan wrote:<br>
> I mentioned last time that we had to x2 all our delay_parameter’s<br>
> bytes because of a weird bug where squid would apply it at half speed<br>
> for no reason.<br>
><br>
> It just occurred to me that (obviously) this is why HTTPS downloads<br>
> are going too fast; because this bug must only affect HTTP traffic.<br>
><br>
> So HTTPS downloads are going at the actual speed we’ve specified and<br>
> HTTP is going at half that.<br>
><br>
> Therefore, we should be able to work around it by setting different<br>
> delay_parameters for HTTP and HTTPS requests.<br>
><br>
> So my question is, how best to target only those requests? By the<br>
> CONNECT method?<br>
<br>
</span>Yes, "CONNECT" ACL matching the method should work.<br>
Or alternatively:<br>
 acl HTTP proto HTTP<br>
<div class="HOEnZb"><div class="h5"><br>
Amos<br>
_______________________________________________<br>
squid-users mailing list<br>
<a href="mailto:squid-users@lists.squid-cache.org">squid-users@lists.squid-cache.org</a><br>
<a href="http://lists.squid-cache.org/listinfo/squid-users" target="_blank">http://lists.squid-cache.org/listinfo/squid-users</a><br>
</div></div></blockquote></div><br></div>