- From: Henrik Frystyk Nielsen <frystyk@w3.org>
- Date: Mon, 01 Feb 1999 13:53:17 -0500
- To: www-lib@w3.org
These fixes will fix the problems of streams getting freed, cache being read multiple times and several other things, see http://db.w3.org/Library/latest.sql for details. Get the updates from http://www.w3.org/Library/cvs.html#update and recompile as described in http://www.w3.org/Library/cvs.html#Easy Henrik * Added new no-free stream so that the streams associated with request objects are not freed multiple times. * Moved initialization of cache filters to HTCacheInit instead of in HTInit. This means that if you are setting up the cache yourself then you should now only call HTCacheInit - no filters. The rest is done for you. Also fixed bug where the cache meta files were read more than once for no good reason * Extended debug information when generating IMS headers * fixed bug in time parser (although not the DST bug that olga has mentioned) * Avoided a loop if in non-interactive mode and had to ask for credentials for authentication -- Henrik Frystyk Nielsen, World Wide Web Consortium http://www.w3.org/People/Frystyk
Received on Monday, 1 February 1999 13:53:25 UTC