# File lib/phusion_passenger/utils/unseekable_socket.rb, line 154
        def each(&block)
                @socket.each(&block)
        rescue => e
                raise annotate(e)
        end