Board index » delphi » Indy - AWorkCountMax of HTTP.WorkBegin doesn't work

Indy - AWorkCountMax of HTTP.WorkBegin doesn't work

Hello

I have a TidHTTP, with the onWorkBegin set when
it is called the AWorkcountMax field is set to zero.

Is this normal?  (why have it if that is so)
Or am I doing something wrong?

Thanks
Michael L. Horne

 

Re:Indy - AWorkCountMax of HTTP.WorkBegin doesn't work


No. you are not doing anything wrong. there is cases where the HTTP
componenet does not know how much data he will receive. In this case he
sends AWorkcountMax as zero.

Doychin

Quote
"Michael Horne" <guard...@pobox.com> wrote in message

news:cvonjtchk2tiilg15vptimlhvac9t9cgsp@4ax.com...
Quote
> Hello

> I have a TidHTTP, with the onWorkBegin set when
> it is called the AWorkcountMax field is set to zero.

> Is this normal?  (why have it if that is so)
> Or am I doing something wrong?

> Thanks
> Michael L. Horne

Other Threads