# File lib/phusion_passenger/utils/unseekable_socket.rb, line 106
        def writev(components)
                @socket.writev(components)
        rescue => e
                raise annotate(e)
        end