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

2011-10-05 Thread Angus Robertson - Magenta Systems Ltd
 Actually I tested with our Linksys routers admin page...

So how to do you propose the fix you are requesting is tested?  

Do many people use ICS to access a router admin page without the correct
password, I'm surprised it gave a 401 error and not just another login
window. 

My two Linksys routers died, gave up on the brand. 

Angus

--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


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

2011-10-04 Thread Arno Garrels
Fastream Technologies wrote:
 We had actually paid for HttpCli bug fixes to Arno. I hope he will
 show up and fix it soon. We do not use content coding so I do not
 think Yuri's fix would work.

I made your test case working by a fix of chunked decoding.
So what actually is the problem now?
Without a simple test case I won't look at it.

-- 
Arno Garrels


 
 BTW Yuri, your code lacks the latest 7.18 bug fix by us (me and Arno).
 Regards,
 
 SZ
 
 On Tue, Oct 4, 2011 at 19:24, Angus Robertson - Magenta Systems Ltd 
 an...@magsys.co.uk wrote:
 
 I wrote about a similar bug, but got no response from the
 administration.
 
 It is on my list of things to investigate this week, but paying work
 has to come before minor bug fixes like this.
 
 Angus
 
 --
 To unsubscribe or change your settings for TWSocket mailing list
 please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
 Visit our website at http://www.overbyte.be
--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


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=artist.getinfolang=ruartist=Adeleapi_key=76f07d681bbb51f8003bf08a97432031,
THttpCli return empty TStream.

My site now down, but please, check this example -
http://cs1.clodo.ru/v1/CLODO_fe484f085c6a7eb7544760f6fd5fa6e5/public/HttpCliBug.dpr,
u understand what i mean. I long time use my patch to all new versions
OverbyteIcsHttpProt.pas :\
--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


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

2011-10-04 Thread Fastream Technologies
Dear Arno,

The new problem happens with GET on pages with no content-length and no
chunked-encoding. This bug had once been there, and then was fixed. Now it
happens again. Please try against such a page with Httptst demo and you will
see that the OnDocData is never called but instead all the data is assumed
as header lines. I am using v7.18.
Thanks for your efforts,

SubZero
On Tue, Oct 4, 2011 at 20:11, Arno Garrels arno.garr...@gmx.de wrote:

 Fastream Technologies wrote:
  We had actually paid for HttpCli bug fixes to Arno. I hope he will
  show up and fix it soon. We do not use content coding so I do not
  think Yuri's fix would work.

 I made your test case working by a fix of chunked decoding.
 So what actually is the problem now?
 Without a simple test case I won't look at it.

 --
 Arno Garrels


 
  BTW Yuri, your code lacks the latest 7.18 bug fix by us (me and Arno).
  Regards,
 
  SZ
 
  On Tue, Oct 4, 2011 at 19:24, Angus Robertson - Magenta Systems Ltd 
  an...@magsys.co.uk wrote:
 
  I wrote about a similar bug, but got no response from the
  administration.
 
  It is on my list of things to investigate this week, but paying work
  has to come before minor bug fixes like this.
 
  Angus
 
  --
  To unsubscribe or change your settings for TWSocket mailing list
  please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
  Visit our website at http://www.overbyte.be
 --
 To unsubscribe or change your settings for TWSocket mailing list
 please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
 Visit our website at http://www.overbyte.be

--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


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

2011-10-04 Thread Fastream Technologies
Here is a screenshot of the issue as a picture is worth a thousand words:
http://www.fastream.com/ics/ICSHTTPCLI.png
Regards,

SZ
On Wed, Oct 5, 2011 at 06:26, Fastream Technologies ga...@fastream.comwrote:

 Dear Arno,

 The new problem happens with GET on pages with no content-length and no
 chunked-encoding. This bug had once been there, and then was fixed. Now it
 happens again. Please try against such a page with Httptst demo and you will
 see that the OnDocData is never called but instead all the data is assumed
 as header lines. I am using v7.18.
 Thanks for your efforts,

 SubZero
 On Tue, Oct 4, 2011 at 20:11, Arno Garrels arno.garr...@gmx.de wrote:

 Fastream Technologies wrote:
  We had actually paid for HttpCli bug fixes to Arno. I hope he will
  show up and fix it soon. We do not use content coding so I do not
  think Yuri's fix would work.

 I made your test case working by a fix of chunked decoding.
 So what actually is the problem now?
 Without a simple test case I won't look at it.

 --
 Arno Garrels


 
  BTW Yuri, your code lacks the latest 7.18 bug fix by us (me and Arno).
  Regards,
 
  SZ
 
  On Tue, Oct 4, 2011 at 19:24, Angus Robertson - Magenta Systems Ltd 
  an...@magsys.co.uk wrote:
 
  I wrote about a similar bug, but got no response from the
  administration.
 
  It is on my list of things to investigate this week, but paying work
  has to come before minor bug fixes like this.
 
  Angus
 
  --
  To unsubscribe or change your settings for TWSocket mailing list
  please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
  Visit our website at http://www.overbyte.be
 --
 To unsubscribe or change your settings for TWSocket mailing list
 please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
 Visit our website at http://www.overbyte.be



--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


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

2011-10-04 Thread Fastream Technologies
To elaborate: You need a page with no content-length and no chunked encoding
that returns 401 to see it.
Best Regards,

SZ
On Wed, Oct 5, 2011 at 07:07, Fastream Technologies ga...@fastream.comwrote:

 Here is a screenshot of the issue as a picture is worth a thousand words:
 http://www.fastream.com/ics/ICSHTTPCLI.png
 Regards,

 SZ
 On Wed, Oct 5, 2011 at 06:26, Fastream Technologies ga...@fastream.comwrote:

 Dear Arno,

 The new problem happens with GET on pages with no content-length and no
 chunked-encoding. This bug had once been there, and then was fixed. Now it
 happens again. Please try against such a page with Httptst demo and you will
 see that the OnDocData is never called but instead all the data is assumed
 as header lines. I am using v7.18.
 Thanks for your efforts,

 SubZero
 On Tue, Oct 4, 2011 at 20:11, Arno Garrels arno.garr...@gmx.de wrote:

 Fastream Technologies wrote:
  We had actually paid for HttpCli bug fixes to Arno. I hope he will
  show up and fix it soon. We do not use content coding so I do not
  think Yuri's fix would work.

 I made your test case working by a fix of chunked decoding.
 So what actually is the problem now?
 Without a simple test case I won't look at it.

 --
 Arno Garrels


 
  BTW Yuri, your code lacks the latest 7.18 bug fix by us (me and Arno).
  Regards,
 
  SZ
 
  On Tue, Oct 4, 2011 at 19:24, Angus Robertson - Magenta Systems Ltd 
  an...@magsys.co.uk wrote:
 
  I wrote about a similar bug, but got no response from the
  administration.
 
  It is on my list of things to investigate this week, but paying work
  has to come before minor bug fixes like this.
 
  Angus
 
  --
  To unsubscribe or change your settings for TWSocket mailing list
  please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
  Visit our website at http://www.overbyte.be
 --
 To unsubscribe or change your settings for TWSocket mailing list
 please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
 Visit our website at http://www.overbyte.be




--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be