class Async::HTTP::Body::Slowloris::ThroughputError
def initialize(throughput, minimum_throughput, time_since_last_write)
def initialize(throughput, minimum_throughput, time_since_last_write) super("Slow write: #{throughput.round(1)}bytes/s less than required #{minimum_throughput.round}bytes/s.") end