Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Jul 2000 04:02:01 -0700 (PDT)
From:      Dag-Erling Smorgrav <des@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin/fetch fetch.c
Message-ID:  <200007121102.EAA12240@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
des         2000/07/12 04:02:01 PDT

  Modified files:
    usr.bin/fetch        fetch.c 
  Log:
  Now that the HTTP code supports timeouts, we don't need to use alarm()
  around the call to fetchStat().
  Catch SIGINT, and rework the signal handling so it doesn't skimp on the
  cleanup after a timeout or interrupt. Also, don't just bail out after a
  timeout; there may be more files to fetch.
  
  Revision  Changes    Path
  1.7       +30 -17    src/usr.bin/fetch/fetch.c



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200007121102.EAA12240>