Skip to content
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

ApacheResponse.getResponseBodyAsStream() only returns bytes from the first body part #72

Closed
sterwill opened this issue Mar 31, 2012 · 1 comment

Comments

@sterwill
Copy link
Contributor

ApacheResponse.getResponseBodyAsStream() only gives me up to 8192 bytes from the response body. It looks like the implementation should be returning an InputStream that reads over all the body parts, like JDKResponse does.

jfarcand added a commit that referenced this issue Apr 2, 2012
@jfarcand
Copy link
Contributor

jfarcand commented Apr 4, 2012

Integrated

@jfarcand jfarcand closed this as completed Apr 4, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants