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