# File src/ruby_supportlib/phusion_passenger/utils/unseekable_socket.rb, line 194 def read_nonblock(*args) raise EOFError, "end of file reached" if @simulate_eof @socket.read_nonblock(*args) rescue => e raise annotate(e) end