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