Hello Yuri,
>> Fix for THttpCli.
>>
>> Bug:
>> If we request THttpCli.Abort in OnDocData, after abort
>> FReceiveLen<-1 (Must 0). New request (THttpCli.Get) raise exception
>> "Access violation"
Thanks for the report.
I was able to reproduce and just checked in a fix, see svn revision #623.
Sho
Fix for THttpCli.
Bug:
If we request THttpCli.Abort in OnDocData, after abort FReceiveLen<-1 (Must
0). New request (THttpCli.Get) raise exception "Access violation"
--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twso
Yuri Semenov wrote:
> Hello. Patch - http://www.avsave.ru/chunked_fix.patch
Thanks! I was able to reproduce the problem and your code
fixed it. Added your changes to the V7-repository.
--
Arno Garrels
--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.
Hello. Patch - http://www.avsave.ru/chunked_fix.patch
2010/2/14 Arno Garrels
> Hello Yuri,
>
> I do not understand what you actually changed in unit
> OverbyteIcsHttpProt.pas.
> Please post a diff/patch file from latest SVN source.
> From the Tortoise context menu it's easy, just use "Create a P
Hello Yuri,
I do not understand what you actually changed in unit
OverbyteIcsHttpProt.pas.
Please post a diff/patch file from latest SVN source.
>From the Tortoise context menu it's easy, just use "Create a Patch".
--
Arno Garrels
> Hi. Sorry for my English. I fix some problems with decode pa
Hi. Sorry for my English. I fix some problems with decode page (with active
httpoEnableContentCoding) - no result after decode or timeout error when
TransferEncoding = 'chunked' (example - http://rutube.ru/ ,
http://bash.org.ru/ and some other), but with 'gzip all fine'. This problem
i see in last