> Unfortunately my programmation level is not engouh good to 
> understand your explanation and
> therefore I am unable to make any modifications you to tell me,
> I do not even know what file I need to change :'(

Anton was not referring to the HTTP client, but the FTP client.  He was
asking for some code to be simplified, but the code he posted is actually
obsolete and no longer used by the FTP client.  

It has been replaced by new common throttling code in TWSocket which is
enabled by the BUILTIN_THROTTLE definition.  This was only added last
year, so we tend to keep old code for a while until new code is
thoroughly tested.  

Using the new throttling code is only two extra lines (I think), but
needs a lot of extra stuff to configure and test it properly for POST,
which is why it's not been done.  And most people don't want POST'd large
files to fail, so want them uploaded as fast as possible...  This is why
new features tend to get added when we need them in our own applications.


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

Reply via email to