Giter Club home page Giter Club logo

Comments (9)

wonderfly avatar wonderfly commented on September 4, 2024

From [email protected] on October 02, 2011 21:28:36

Thanks for reporting the problem, Daniel. According to Daniel, this reproduces with NetHttpTransport, but not with ApacheHttpTransport, so may be specific to NetHttpTransport.

Status: Accepted
Owner: [email protected]
Cc: [email protected]
Labels: -Priority-Medium Priority-High Milestone-Version1.6.0

from google-http-java-client.

wonderfly avatar wonderfly commented on September 4, 2024

From [email protected] on October 05, 2011 11:39:16

Perhaps related to this code: From class NetHttpRequest: Method LowLevelHttpResponse:
if (contentLength >= 0 && contentLength <= Integer.MAX_VALUE) {
connection.setFixedLengthStreamingMode((int) contentLength);
} else {
connection.setChunkedStreamingMode(0);
}

from google-http-java-client.

wonderfly avatar wonderfly commented on September 4, 2024

From [email protected] on November 11, 2011 05:58:13

Labels: -Milestone-Version1.6.0 Milestone-Version1.6.1 Component-HTTP

from google-http-java-client.

wonderfly avatar wonderfly commented on September 4, 2024

From [email protected] on March 09, 2012 09:01:51

Labels: -Milestone-Version1.6.1 Milestone-Version1.8.0

from google-http-java-client.

wonderfly avatar wonderfly commented on September 4, 2024

From [email protected] on March 27, 2012 07:22:33

Labels: Milestone-Version1.9.0

from google-http-java-client.

wonderfly avatar wonderfly commented on September 4, 2024

From [email protected] on April 25, 2012 15:35:33

Owner: [email protected]
Cc: [email protected] [email protected]

from google-http-java-client.

wonderfly avatar wonderfly commented on September 4, 2024

From [email protected] on May 14, 2012 07:14:07

Labels: -Milestone-Version1.9.0 Milestone-Version1.10.0

from google-http-java-client.

wonderfly avatar wonderfly commented on September 4, 2024

From [email protected] on May 30, 2012 18:24:29

Labels: -Milestone-Version1.10.0 Milestone-Version1.11.0

from google-http-java-client.

wonderfly avatar wonderfly commented on September 4, 2024

From [email protected] on July 17, 2012 07:37:43

I have tried to reproduce this in the past unsuccessfully and we now have resumable media download which should be used for downloading very large files: https://code.google.com/p/google-api-java-client/wiki/MediaDownload#Resumable_Media_Download Can this bug be closed?

Status: RequestedFeedback

from google-http-java-client.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.