class Puma::Client

def timeout!

def timeout!
  write_error(408) if in_data_phase
  raise ConnectionError
end