Eric Cantonna wrote:
> 
> Maybe I'm saying something stupid but 2G is awfully close to maxint. Maybe
> there is a count of bytes read/available somewhere that use an int and
> should use a long instead.
> 
> Just an idea that crossed my mind.
> 

Right.  But since it's HTTPClient's executeMethod() that's not working
right, I'm trying to find out if there is a limitation in HTTPClient to
handle content > 2G (such as due to the HTTPClient using an int instead of a
long).
-- 
View this message in context: 
http://www.nabble.com/HttpClient-GET-request-for-a-file-%3E-2G-doesn%27t-work-tp15882309p15984105.html
Sent from the HttpClient-User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to