On Sat, 10 Nov 2001 18:44:12 +0100, Bernie <[EMAIL PROTECTED]> wrote:

> Sam E. wrote:
>> > Added the code, recompiled, tested. (9min)
>> > http://www.angelfire.com/id/glenndoom/https-loop-fixed.gif

>> > If Michael likes how I did it, look for the fix in the next release.

>> Thanks, Glenn. But this brings up an important point. If this was so
>> easy to fix, then why wasn't it done previously and already included?

> Two reasons:
> 1. Michael might not have time to verify the code others send in.
> 2. Personally, I would not use the aproach used by Glenn, it does work for
> these two protocols, but what we need is to be able to handle all unknown
> protocols (ie. what to do with bernie://bernie.arachne.cz/ ?)


No problem......


//!!glennmcc: begin Nov 10, 2001
// added to fix "bernie:// verifying images" loop
 else if(!strcmpi(absURL->protocol,"bernie"))
 {
   return 1;
 }
//!!glennmcc: end




-- 
 Glenn
 http://arachne.cz/
 http://freedos-32.sourceforge.net/
 http://www.delorie.com/listserv/mime/
 http://www.angelfire.com/id/glenndoom/download.htm

Reply via email to