# File lib/redis/connection/ruby.rb, line 101 def _read_from_socket(nbytes) readpartial(nbytes) rescue EOFError raise Errno::ECONNRESET end