Re: [twsocket] contentrange problem with proxy

2011-11-20 Thread Arno Garrels
Wanao - Jean DELAGOUTTE wrote: There is a problem with ContentRange when we use proxy Thanks, I just checked in your fix. -- Arno Garrels -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket Visit our website

[twsocket] contentrange problem with proxy

2011-11-15 Thread Wanao - Jean DELAGOUTTE
There is a problem with ContentRange when we use proxy Example : I wan’t donwload only the first Mo of a 5Mo file Httpcli.ContentRangeStar := 0 ; Httpcli.ContentRangeEnd :=1048575 ; Httpcli.get ; If we don't use proxy i have a downloaded file size 1Mo. But if i use proxy with the same code