AsyncHttpClient/async-http-client

GetResponseBody() seems to crash, return no errors

maevatrivino opened this issue · 1 comments

Hi!

I'm using 2.13.3 version of the AsyncHttpClient and everything working fine, except one thing.

I try to do get requests to download content, all files are download except one. I tried to put log and realize that the function end his execution when a GetResponseBody happen (so GetReponseBodyAsStream also).
The code was able to download that file with Apache Http Client. I'm working to change most of the requests to async.
I tried to compare this file from the other and saw that it's was way larger than the others.

Am I doing something wrong ? Sorry I can't really provide the real code, because it's a company project. Note that this is an old project running on java 5 and can't really update (maybe java 8 but not sure).

If it's not really the place and thing that it's not really a bug, do you have an email for support ? (can't find it)

Thanks a lot for your help :).

Ok so i found the part to have access to the full response cycle and be able to write my file everytime I have a new part.
I don't know if could be nice to have so more exemple, how people can really use it, specially since I'm opening FileStreams.