# File lib/phusion_passenger/utils/unseekable_socket.rb, line 190
        def eof?
                return true if @simulate_eof
                @socket.eof?
        rescue => e
                raise annotate(e)
        end