Re: [twsocket] deflate for OverbyteIcsHttpCCodZLib

2012-12-09 Thread brian -
This seems to be finally fixed in the latest Daily/SVN, the data received is transparently uncompressed etc. HOWEVER, there is a small issue, which isn't readily apparent unless you check received data size etc: If you don't include OverbyteIcsHttpCCodZLib anywhere in your app, it won't be used a

[twsocket] exception after THttpCli.ReqDone causes double trigger of RequestDone

2012-12-09 Thread brian -
Hi, been experiencing something kinda odd, not sure if this is on purpose or a bug somewhere: After RequestDone with THttpCli, if there is an -unhandled- exception before the code is out of ReqDone stack, RequestDone is triggered again. Try the following code: httpcli1.RcvdStream := tmemorystre

Re: [twsocket] exception after THttpCli.ReqDone causes double triggerof RequestDone

2012-12-09 Thread Arno Garrels
brian - wrote: > After RequestDone with THttpCli, if there is an -unhandled- exception > before the code is out of ReqDone stack, RequestDone is triggered > again. [..] > You will see RequestDone is triggered twice, and external exception > handlers or delphi's don't trigger at all (e.g madExce