MrPowerGamerBR
01/12/2020, 6:33 PMthis.socketTimeout = 25_000
this.connectTimeout = 25_000
this.connectionRequestTimeout = 25_000
close()
all HttpResponse
? That would explain why it is leaking memorycy
01/12/2020, 7:10 PMDico
01/12/2020, 7:26 PMMrPowerGamerBR
01/12/2020, 8:59 PMhttpResponse.close()
, right? The examples in the "Quick Start" section closes the entire client (in my case I have a global http client that the application uses) and the examples in the "Responses" sections doesn't mention that you need to close the response object. (maybe it would be nice to mention that there?)Alexander Weickmann
06/17/2020, 3:16 PM