# File lib/puma/client.rb, line 259
    def write_400
      begin
        @io << ERROR_400_RESPONSE
      rescue StandardError
      end
    end