Re: [twsocket] Fix for THttpCli

2010-11-05 Thread Arno Garrels
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

[twsocket] Fix for THttpCli

2010-11-04 Thread Yuri Semenov
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

Re: [twsocket] Fix for THttpCli (decode page when TransferEncoding=chunked).

2010-02-15 Thread Arno Garrels
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.

Re: [twsocket] Fix for THttpCli (decode page when TransferEncoding =chunked).

2010-02-14 Thread Yuri Semenov
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

Re: [twsocket] Fix for THttpCli (decode page when TransferEncoding =chunked).

2010-02-14 Thread 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 Patch". -- Arno Garrels > Hi. Sorry for my English. I fix some problems with decode pa

[twsocket] Fix for THttpCli (decode page when TransferEncoding = chunked).

2010-02-13 Thread Yuri Semenov
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