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