Hi there Squid users — I’m looking for some insight in this matter … I can’t figure out what I’m doing wrong. I am running Squid version 3.3.8 on Ubuntu 14.04. I have a very basic squid.conf, though it links to multiple include files. Is there a squid3 command I can run to show the entire active configuration? Anyhow, the issue that I’m having is when configuring client_delay_pools per the Squid configuration documentation, all requests immediately get “connection reset by peer”. It does not seem like Squid restarts or anything, though I only have production servers to “test” on right now. Have not turned debug mode on yet, but there is nothing logged. Essentially, this is the relevant configuration: acl slowdown src 10.3.2.82/32 10.0.2.162/32 client_delay_pools 1 client_delay_initial_bucket_level 50 client_delay_parameters 1 1024 2048 client_delay_access 1 allow slowdown client_delay_access 1 deny all client_delay_parameters 1 2048 32000 Has anyone had success with this? We have users who upload large images and suck up the entire bandwidth when doing so. Currently we are limiting bandwidth at the router, but that’s getting to be a pain when it’s just a couple systems uploading to various remote locations. Any insight or direction would be greatly appreciated. Thanks so much! ~Laz