https://issues.apache.org/bugzilla/show_bug.cgi?id=53239
--- Comment #13 from Bjørnar Ness <[email protected]> --- Has anyone looked into this? Using 2.4.2 now, and still seeing the problem, here is how you can reproduce: tc qdisc add dev eth0 root handle 1: tc qdisc add dev eth0 root handle 1: htb default 10 tc class add dev eth0 parent 1: classid 1:1 htb rate 10mbps burst 15k tc class add dev eth0 parent 1:1 classid 1:10 htb rate 100kbps burst 10k ... now this works fine here (100kbps).. øets try 200kbps tc class replace dev eth0 parent 1:1 classid 1:10 htb rate 200kbps burst 10k ... try downloading some file from apache... completely hangs what is going on here? Eventually try other speeds. Lighttpd handles the exact same settings just fine, so I dont want to believe this is not a httpd bug! -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
