Newsgroups : Borland : borland.public.delphi.internet.winsock : 2007 Feb : Re: idhttpserver check if ssl is set
| Subject: | Re: idhttpserver check if ssl is set |
| Posted by: | "API" (ari.pikivir..@kolumbus.fi) |
| Date: | Wed, 28 Feb 2007 00:23:18 |
I really understand that, but i don't have much more at present.
I checked that all that i created was also freed on the application
close - and it was. But also what i did add recently was the
SSL stuff (IdServerIOHandlerSSLOpenSSL1 as component)
which works nice.
Debug log from the application close goes to the very end, file is close
just before the final "end;" on main form's destroy succesfully.
After that there comes the exception.
specialfiles killed
rootaliases killed
domainaliases killed
stats killed
transfers killed
userlock killed
log killed
settings killed
End; <<< would be here >>> exception
Just I was asking if you/somebody else would have heard of if
this could have caused by something on SSL. I'll stop harrashing
you people now.
"Remy Lebeau (TeamB)" <no.spam@no.spam.com> wrote in message
news:45e4a84d$1@newsgroups.borland.com...
>
> "API" <ari.pikivirta@kolumbus.fi> wrote in message
> news:45e4937f$1@newsgroups.borland.com...
>
>> It seems like the application closed correctly but it rises
> exception
>> after everything I've created is closed and freed
>> Could this be some sort of SSL library issue (dll)?
>
> There is no way to answer that since you did not specify what is
> actually happening in detail.
>
> Gambit