On Wed, 02 Mar 2011 21:13:46 +0200, Tsantilas Christos wrote:
Hi Amos,
There is a small bug in this patch.
In the generated ProtocolType_str array the "CACHEOBJ" field should
be "CACHE_OBJECT", else the cache manager does not work.
I think there are the following options:
1) Modify the CacheManager::ParseUrl method to parse urls in the form
"cacheobj://......"
2) Rename the PROTO_CACHEOBJ (ProtocolType enum) to
PROTO_CACHE_OBJECT
I think the second is the correct, but maybe there are other options
too ...
Arg. Yes it should have been renamed as per #2. Doing now.
Amos