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
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
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