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