Hi :)

I actually send a mail to the list about this change:

sender-time Sent at 11:37 PM (GMT+01:00). Current time there: 7:27 AM. ✆
> to ICS <twsocket@elists.org>
> date Mon, Feb 21, 2011 at 11:37 PM
> subject THttpCli modification request, and gzip fix


I made that minor change to ease the header modifications just before the
calls, because else we have to use an extra variable and then check in the
beforeheader event; guess I could have it done on the app side, but this
seemed more convenient at the time and I had a problem before using that
event which wrongly let me to believe the accessible headers there were
read-only. I will modify the code to use a variable for this outside the ics
unit, as this will create only extra complication when a new ICS is
available.
.
But, you mention it's very different from your current one, do you mean a
new version still in development? since I have the latest distribution
available from your website, unless I've missed a link to a beta or newer
version :)

On Sun, Feb 27, 2011 at 7:04 AM, Francois PIETTE
<francois.pie...@skynet.be>wrote:

> Hello Brian,
>
>
>  Ok, here's my twitter implementation :
>> http://eden.fm/2011/02/27/twitter-library-for-delphi/
>>
>
> It is very generous to make it OpenSource. Thanks a lot.
>
> There is still one big issue with your code: it make use of a modified ICS
> unit. Using a modified version make it almost impossible to use to build a
> program using ICS for other things.
>
> I checked you modified unit (HTTP Client) and it has a lot of changes
> compared to mine. Most of the changes are because you started from an old
> version and is not related to your code. As far as I can see, you have done
> only one change: you have added a new ExtraSendHeader property to send one
> header line.
>
> You can achieve the exact same behaviour without modifiyng the component by
> using the OnBeforeHeaderSend event and just add your header line to the
> Headers argument. This is really a minor change in your code !
>
> Best regards,
>
> --
> francois.pie...@overbyte.be
> The author of the freeware multi-tier middleware MidWare
> The author of the freeware Internet Component Suite (ICS)
> 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

Reply via email to