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