Re: HttpEntity cleanup - possible bugs?

2023-08-30 Thread Brent Putman
On 8/30/23 5:00 AM, Oleg Kalnichevski wrote: Again. It is called to make sure the entity has been fully consumed and the underlying connection the entity has been streaming its content from is fully re-usable. So in the case of an unchecked RuntimeException or other Throwable, that means th

Re: HttpEntity cleanup - possible bugs?

2023-08-30 Thread Oleg Kalnichevski
On Tue, 2023-08-29 at 18:55 -0400, Brent Putman wrote: > > On 8/29/23 3:48 AM, Oleg Kalnichevski wrote: > > > > This code is not about connection clean-up, this code is about > > connection re-use. The resource clean-up is ensured by closing out > > the > > response. > > > Ok, but then why is E