# File lib/excon/ssl_socket.rb, line 77
    def read(max_length=nil)
      check_nonblock_support
      super
    end