From owner-cvs-usrbin Sat Jul 26 12:27:04 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id MAA14828 for cvs-usrbin-outgoing; Sat, 26 Jul 1997 12:27:04 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id MAA14794; Sat, 26 Jul 1997 12:26:30 -0700 (PDT) From: Garrett Wollman Received: (from wollman@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id MAA24507; Sat, 26 Jul 1997 12:26:00 -0700 (PDT) Date: Sat, 26 Jul 1997 12:26:00 -0700 (PDT) Message-Id: <199707261926.MAA24507@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG Subject: cvs commit: src/usr.bin/fetch http.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk 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 , 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