>> Very relieved to read the busted CACHE.IDX has been fixed !
>THAT one was a real BITCH to figure-out.

Well, unless it hasnt been a second problem since spring then i was the one who solved the length problem.

AFAIK, it was quite logical. Arachne saves a bunch of data and adds 2 bytes to save the length, also the distance to the next field in the linked list.
Therefore it was needed to add the length of these two bytes to make the comparision true.

if(sizeof(struct HTTPrecord)+2==len)

Which you later has changed to a subtraction on the len. which gives the same result but isnt that logical to read.

if(sizeof(struct HTTPrecord)==len-2)
_______________________________________________________________
Be Unique! Get your personalized email address at www.NamePlanet.com


Reply via email to