diff -urN thttpd-2.21-12/libhttpd.c thttpd-2.21-13/libhttpd.c --- thttpd-2.21-12/libhttpd.c Fri Nov 30 17:54:04 2001 +++ thttpd-2.21-13/libhttpd.c Sat Dec 1 17:59:36 2001 @@ -1871,6 +1871,7 @@ hc->fpos=0; hc->bpos=0; hc->bpos_u=0; + hc->fsize=0; #endif return GC_OK; }