Re: [twsocket] GWndHandlerPool is freed before sockets are destroyed

2008-11-15 Thread Arno Garrels
Olivier Sannier wrote: > Assert(Assigned(GWndHandlerPool), 'GWndHandlerPool is already nil, check your > threads!!!'); I just wonder whether we shouldn't check "not GUnitFinalized" rather than "Assigned(GWndHandlerPool)", what do you think? -- Arno > > Cheers > Olivier > > Olivier Sannier

Re: [twsocket] Fixed small bug in HttpSrv digest auth

2008-11-15 Thread Arno Garrels
Tobias Rapp wrote: > Hi! > > I have found a small bug in ICS V5 HttpSrv.pas within procedure > tHttpConnection.Answer401: > >Header := FVersion + ' 401 Unauthorized' + #13#10 + > 'WWW-Authenticate: ' + > //'Digest realm=' + FAuthRealm +// original >

Re: [twsocket] GWndHandlerPool is freed before sockets are destroyed

2008-11-15 Thread Olivier Sannier
Arno Garrels wrote: > Olivier Sannier wrote: > > >> Assert(Assigned(GWndHandlerPool), 'GWndHandlerPool is already nil, check >> your threads!!!'); >> > > > I just wonder whether we shouldn't check "not GUnitFinalized" rather than > "Assigned(GWndHandlerPool)", > what do you think? No we s