[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] ICS HTTP Client POST fails in 6 out of 16 test cases

2011-09-10 Thread Fastream Technologies
Hello, I have had a coder code a PHP script for this purpose. In the script the buggy cases are marked in source. Just POSTed with ICS Post demo to IIS 7.5 and the bug showed its ugly face. Since we have a big customer awaiting the fix, if somebody could sacrifice his Sunday to help fix it out, we

Re: [twsocket] ICS HTTP Client POST fails in 6 out of 16 test cases

2011-09-10 Thread Fastream Technologies
To test the code, just install PHP to IIS or Apache, then unrar test.php in the root and POST anything to, http://localhost/test.php?m=11 You will see that the component never returns anything and the next request gives "busy" exception! Best Regards, SZ On Sun, Sep 11, 2011 at 06:43, Fastream

Re: [twsocket] ICS HTTP Client POST fails in 6 out of 16 test cases

2011-09-10 Thread Arno Garrels
Fastream Technologies wrote: > Hello, > > I have had a coder code a PHP script for this purpose. In the script > the buggy cases are marked in source. Just POSTed with ICS Post demo > to IIS 7.5 and the bug showed its ugly face. Since we have a big > customer awaiting the fix, if somebody could sa