Re: [twsocket] THttpCli bug with no-content-length and no chunckedencoding

2011-10-04 Thread Yuri Semenov
>>BTW Yuri, your code lacks the latest 7.18 bug fix by us (me and Arno). Regards, Sorry, again me. 7.18 fix not for my problem. Try check this page with v7.18 or any other version with httpoEnableContentCoding option. THttpCli can't decode this gzip - http://ws.audioscrobbler.com/2.0/?method=artis

Re: [twsocket] THttpCli bug with no-content-length and no chuncked encoding

2011-10-04 Thread Yuri Semenov
I wrote about a similar bug, but got no response from the administration. Try my fix: *.pas file with fix - http://vkmusic.citynov.ru/overbyte/OverbyteIcsHttpProt.pas -- Old message: >>Http Cli not decode the gzip data from this url (specific header, does not work FContentCodingHnd.Complet

Re: [twsocket] Fix for content encoding bug

2011-09-29 Thread Yuri Semenov
uld have > been spammed with it. > > You need to clearly explain in this mailing list what bug you believe you > have found and how a fix can be tested. > > Angus > > > Original Message > > *Subject:* Re: [twsocket] Fix for content encoding bug >

Re: [twsocket] Fix for content encoding bug

2011-09-29 Thread Yuri Semenov
Does anyone check this bug and fix in OverbyteIcsHttpProt.pas ? :/ 2011/9/11 Yuri Semenov > Hello. > Bug with decoding some pages. > Example - > http://ws.audioscrobbler.com/2.0/?method=artist.getinfo&lang=ru&artist=Adele&api_key=76f07d681bbb51f8003bf08a974

[twsocket] Fix for content encoding bug

2011-09-10 Thread Yuri Semenov
Hello. Bug with decoding some pages. Example - http://ws.audioscrobbler.com/2.0/?method=artist.getinfo&lang=ru&artist=Adele&api_key=76f07d681bbb51f8003bf08a97432031(no result, when UseContentCoding) Fix attached - "ContentCoding_fix.patch" Best regards, Yuri. -- To unsubscribe or change your setti

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

[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