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