Throttling the client connection to a tiny 7K actually has negative consequences on their overall server throughput, because you've got a lot of long-running connections eating up server resources (sockets, per-connection data structures) hanging around forever as they trickle down 50GB 7KB at a time. They literally needed to write code to make it happen.
Click to expand.I mean, obviously it's by design.