Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Jan 1997 11:55:53 -0800 (PST)
From:      Garrett Wollman <wollman>
To:        CVS-committers, cvs-all, cvs-usrbin
Subject:   cvs commit:  src/usr.bin/fetch fetch.1 fetch.h http.c main.c
Message-ID:  <199701311955.LAA09066@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
wollman     97/01/31 11:55:52

  Modified:    usr.bin/fetch  fetch.1 fetch.h http.c main.c
  Log:
  Some fixes for HTTP:
  
  1) Implement redirects (or try to, at least).
  2) Implement automatic retry after 503 errors when Retry-After is given.
  3) Implement a -a flag to enable both of these behaviors.
  4) Recognize Transfer-Encoding headers and emit a warning that the file
    is likely to be damaged.
  5) Bug fix: only write the amount of data we read.
  6) Actually document some of these.
  7) Fix the usage message to display flags in semi-alphabetical order.
  
  Revision  Changes    Path
  1.13      +16 -1     src/usr.bin/fetch/fetch.1
  1.2       +2 -1      src/usr.bin/fetch/fetch.h
  1.2       +252 -25   src/usr.bin/fetch/http.c
  1.33      +23 -19    src/usr.bin/fetch/main.c



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