Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Jul 1997 12:26:00 -0700 (PDT)
From:      Garrett Wollman <wollman@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG
Subject:   cvs commit: src/usr.bin/fetch http.c
Message-ID:  <199707261926.MAA24507@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
wollman     1997/07/26 12:26:00 PDT

  Modified files:
    usr.bin/fetch        http.c 
  Log:
  Implement HTTP 1.1's ``chunked'' Transfer-Encoding (ick).  This hasn't
  been extensively tested, but I now can successfully retrieve
  <http://www.apache.org/index.html>, so I guess that's a victory of some
  sort.
  
  Also move the initialization of ``autherror'' to hopefully eliminate
  the reported loop involving authentication.  Still need to implement
  MD5 digest authentication.
  
  Revision  Changes    Path
  1.8       +126 -22   src/usr.bin/fetch/http.c



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