Date: Fri, 21 Jul 2000 04:02:46 -0700 (PDT) From: Dag-Erling Smorgrav <des@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libfetch http.c Message-ID: <200007211102.EAA66412@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
des 2000/07/21 04:02:45 PDT
Modified files:
lib/libfetch http.c
Log:
Ignore environment variables that are set but empty.
Sort out the size / length confusion. Always try to report the *real* file
size in the url_stat structure, no matter how much of it is actually being
sent, and try to detect inconsistencies between sizes.
Rearrange the request loop to avoid having to add meaningless code just to
silence compiler warnings.
Switch to a more sensible and consistent interface for the _http_parse*()
functions.
Revision Changes Path
1.33 +82 -41 src/lib/libfetch/http.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?200007211102.EAA66412>
