yieskoW

Results 7 comments of yieskoW

I think you should fork and use a library (Like: okhttp, retrofit) that specializes in HTTP request (and etc). And use that specialized library, adapt and replace the current one...

I always recommend doing it in an adapted way, but if you want something more agile: https://mvnrepository.com/artifact/org.apache.httpcomponents/httpclient/4.3.4 That should works, add that on your project's build.gradle. (Not sure if that...

> > I always recommend doing it in an adapted way, but if you want something more agile: https://mvnrepository.com/artifact/org.apache.httpcomponents/httpclient/4.3.4 > > That should works, add that on your project's build.gradle....

https://github.com/ScerIO/PocketMine-MP-Android/issues/193