Skip to content

Modify SimpleMultipartEntity to make sure file conteent is not read into memory when addPart is called #10

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
loopj opened this issue Aug 10, 2011 · 1 comment
Assignees
Labels
Milestone

Comments

@loopj
Copy link
Collaborator

loopj commented Aug 10, 2011

Modify SimpleMultipartEntity to make sure file conteent is not read into memory when addPart is called. The Stream should be stored in the entity instead of reading it into a byte array and the stream should be returned in getContent

@mfahy
Copy link

mfahy commented Oct 26, 2012

Uh-oh. This isn't a good sign. ;) I guess I should assume this hasn't been worked out, eh?

@ghost ghost assigned smarek Oct 14, 2013
@smarek smarek closed this as completed Oct 14, 2013
iNdieboyjeff pushed a commit to iNdieboyjeff/android-async-http that referenced this issue Oct 15, 2013
# By mareksebera (7) and Ankush Sachdeva (1)
# Via Ankush Sachdeva (1) and Marek Sebera (1)
* 'master' of https://github.com/loopj/android-async-http:
  Added Proxy Authentication ; fixes android-async-http#328
  Fixed wrong static field, Closing android-async-http#229
  Manual merge, Closing android-async-http#269, android-async-http#118, Closing android-async-http#10, Closing android-async-http#127, android-async-http#154
  Closes android-async-http#137
  Removing duplicate call
  Closing android-async-http#179
  Updated Gradle Android tools version
  Cleaning up error message output
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants