Hello,

What about this change:

{$IFDEF COMPILER5_U}
{$IFNDEF NO_USE_OF_ADVANCED_HTTP_CLIENT_FEATURES}
    {$DEFINE UseNTLMAuthentication}
    {$DEFINE UseBandwidthControl}
    {$DEFINE UseContentCoding}
{$ENDIF}
{$ENDIF}

instead of

{$IFDEF COMPILER5_U}
    {$DEFINE UseNTLMAuthentication}
    {$DEFINE UseBandwidthControl}
    {$DEFINE UseContentCoding}
{$ENDIF}

This way, it does not break any compatibility yet helps one to make it 
faster without the timers,..etc..

Best Regards,

SZ 

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

Reply via email to