<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p>My home server just updated from 3.5.27, everything is working
      fine, but delay pools seems broken to me.<br>
      I capped some devices to 240kb/s and tried to download a debian
      ISO with one of them...all good, 240kb/s.<br>
      Then I tried a speed test, results = 2.2mb/s, that's the whole
      ADSL speed.</p>
    <p>So I tried youtube videos, no cap at all, same problem with
      facebook.<br>
      Revert to 3.5.27 and delays works again with every type of
      traffic.</p>
    <p>I think there's something wrong with https traffic.</p>
    <p>Here's my delay config section:<br>
    </p>
    <blockquote>
      <p>acl group288 src 192.168.0.87/32 192.168.0.88/32
        192.168.0.84/32<br>
        acl groupapo src 192.168.0.56/32 #192.168.0.6/32<br>
        acl group656 src 192.168.0.61/32 192.168.0.89/32<br>
        acl group656b src 192.168.0.95/32 #192.168.0.112/32
        192.168.0.96/32 #192.168.0.6/32<br>
        acl group1024 src 192.168.0.92/32<br>
        #acl limit5conn maxconn 5<br>
        delay_pools 4<br>
        delay_class 1 1<br>
        delay_class 2 1<br>
        delay_class 3 1<br>
        delay_class 4 1<br>
        delay_parameters 1 288000/308000<br>
        delay_parameters 2 595000/640000<br>
        delay_parameters 3 595200/640400<br>
        delay_parameters 4 972000/1024000<br>
        delay_access 1 allow group288<br>
        delay_access 1 allow groupapo<br>
        delay_access 2 allow group656<br>
        delay_access 3 allow group656b<br>
        delay_access 4 allow group1024<br>
        delay_access 1 deny all<br>
        delay_access 2 deny all<br>
        delay_access 3 deny all<br>
        delay_access 4 deny all</p>
    </blockquote>
    <p>Am I missing something in my config?<br>
      I need your help squid's gurus...and sorry for bad englando.<br>
    </p>
  </body>
</html>