# File lib/puma/client.rb, line 266
    def write_500
      begin
        @io << ERROR_500_RESPONSE
      rescue StandardError
      end
    end