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